Searched refs:best (Results 1 - 12 of 12) sorted by relevance

/arch/x86/kvm/
H A Dcpuid.h26 struct kvm_cpuid_entry2 *best; local
31 best = kvm_find_cpuid_entry(vcpu, 1, 0);
32 return best && (best->ecx & bit(X86_FEATURE_XSAVE));
37 struct kvm_cpuid_entry2 *best; local
39 best = kvm_find_cpuid_entry(vcpu, 7, 0);
40 return best && (best->ebx & bit(X86_FEATURE_TSC_ADJUST));
45 struct kvm_cpuid_entry2 *best; local
47 best
53 struct kvm_cpuid_entry2 *best; local
61 struct kvm_cpuid_entry2 *best; local
69 struct kvm_cpuid_entry2 *best; local
77 struct kvm_cpuid_entry2 *best; local
85 struct kvm_cpuid_entry2 *best; local
93 struct kvm_cpuid_entry2 *best; local
101 struct kvm_cpuid_entry2 *best; local
109 struct kvm_cpuid_entry2 *best; local
[all...]
H A Dcpuid.c58 struct kvm_cpuid_entry2 *best; local
61 best = kvm_find_cpuid_entry(vcpu, 1, 0);
62 if (!best)
66 if (cpu_has_xsave && best->function == 0x1) {
67 best->ecx &= ~(bit(X86_FEATURE_OSXSAVE));
69 best->ecx |= bit(X86_FEATURE_OSXSAVE);
73 if (best->ecx & bit(X86_FEATURE_TSC_DEADLINE_TIMER))
79 best = kvm_find_cpuid_entry(vcpu, 0xD, 0);
80 if (!best) {
85 (best
714 struct kvm_cpuid_entry2 *best = NULL; local
733 struct kvm_cpuid_entry2 *best; local
770 struct kvm_cpuid_entry2 *best; local
[all...]
H A Dvmx.c2241 struct kvm_cpuid_entry2 *best = kvm_find_cpuid_entry(vcpu, 1, 0); local
2242 return best && (best->ecx & (1 << (X86_FEATURE_VMX & 31)));
7893 struct kvm_cpuid_entry2 *best; local
7901 best = kvm_find_cpuid_entry(vcpu, 0x80000001, 0);
7902 if (best && (best->edx & bit(X86_FEATURE_RDTSCP)))
7913 best = kvm_find_cpuid_entry(vcpu, 0x7, 0);
7915 best && (best
[all...]
/arch/sh/kernel/
H A Dunwinder.c58 * select_unwinder - Select the best registered stack unwinder.
62 * Select the stack unwinder with the best rating. This is useful for
67 struct unwinder *best; local
72 best = list_entry(unwinder_list.next, struct unwinder, list);
73 if (best == curr_unwinder)
76 return best;
/arch/arm/common/
H A Dicst.c50 unsigned int i = 0, rd, best = (unsigned int)-1; local
88 if ((unsigned)f_diff < best) {
93 best = f_diff;
/arch/powerpc/platforms/cell/
H A Diommu.c898 int i, len, best, naddr, nsize, pna, range_size; local
930 for (i = 0, best = -1, best_size = 0; i < len; i += range_size) {
935 best = i;
940 if (best >= 0) {
941 dev_addr = of_read_number(ranges + best, naddr);
/arch/powerpc/platforms/cell/spufs/
H A Dsched.c840 int best; local
843 best = find_first_bit(spu_prio->bitmap, prio);
844 while (best < prio) {
845 struct list_head *rq = &spu_prio->runq[best];
854 best++;
/arch/ia64/mm/
H A Ddiscontig.c469 * memory_less_node_alloc - * attempt to allocate memory on the best NUMA slit
471 * for best.
478 u8 best = 0xff; local
484 else if (node_distance(nid, node) < best) {
485 best = node_distance(nid, node);
/arch/arm/mach-davinci/
H A Dda850.c1096 unsigned int best = (unsigned int) -1; local
1107 if (diff < best) {
1108 best = diff;
/arch/
H A DKconfig326 For best performance, an arch should use seccomp_phase1 and
/arch/sh/kernel/cpu/sh5/
H A Dentry.S1501 movi 16, r0 ! this value is a best guess, should tune it by benchmarking
/arch/m68k/ifpsp060/src/
H A Dfpsp.S7072 # the best we can. For |X| >= 2^(-16312), the #

Completed in 605 milliseconds