/arch/x86/kvm/ |
D | cpuid.h | 118 struct kvm_cpuid_entry2 *best; in guest_cpuid_is_amd() local 120 best = kvm_find_cpuid_entry(vcpu, 0, 0); in guest_cpuid_is_amd() 121 return best && best->ebx == X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx; in guest_cpuid_is_amd() 126 struct kvm_cpuid_entry2 *best; in guest_cpuid_family() local 128 best = kvm_find_cpuid_entry(vcpu, 0x1, 0); in guest_cpuid_family() 129 if (!best) in guest_cpuid_family() 132 return x86_family(best->eax); in guest_cpuid_family() 137 struct kvm_cpuid_entry2 *best; in guest_cpuid_model() local 139 best = kvm_find_cpuid_entry(vcpu, 0x1, 0); in guest_cpuid_model() 140 if (!best) in guest_cpuid_model() [all …]
|
D | cpuid.c | 75 struct kvm_cpuid_entry2 *best; in kvm_update_cpuid() local 78 best = kvm_find_cpuid_entry(vcpu, 1, 0); in kvm_update_cpuid() 79 if (!best) in kvm_update_cpuid() 83 if (boot_cpu_has(X86_FEATURE_XSAVE) && best->function == 0x1) { in kvm_update_cpuid() 84 best->ecx &= ~F(OSXSAVE); in kvm_update_cpuid() 86 best->ecx |= F(OSXSAVE); in kvm_update_cpuid() 89 best->edx &= ~F(APIC); in kvm_update_cpuid() 91 best->edx |= F(APIC); in kvm_update_cpuid() 94 if (best->ecx & F(TSC_DEADLINE_TIMER)) in kvm_update_cpuid() 100 best = kvm_find_cpuid_entry(vcpu, 7, 0); in kvm_update_cpuid() [all …]
|
/arch/sh/kernel/ |
D | unwinder.c | 67 struct unwinder *best; in select_unwinder() local 72 best = list_entry(unwinder_list.next, struct unwinder, list); in select_unwinder() 73 if (best == curr_unwinder) in select_unwinder() 76 return best; in select_unwinder()
|
/arch/x86/ras/ |
D | Kconfig | 10 be best if we don't use it anymore.
|
/arch/powerpc/boot/dts/fsl/ |
D | qoriq-fman3-0-10g-1-best-effort.dtsi | 41 fsl,fman-best-effort-port; 49 fsl,fman-best-effort-port;
|
D | qoriq-fman3-0-10g-0-best-effort.dtsi | 41 fsl,fman-best-effort-port; 49 fsl,fman-best-effort-port;
|
D | t1023si-post.dtsi | 521 /include/ "qoriq-fman3-0-10g-0-best-effort.dtsi"
|
/arch/parisc/ |
D | Kconfig | 239 This lets you select the page size of the kernel. For best 240 performance, a page size of 16KB is recommended. For best 245 4KB For best 32bit compatibility 246 16KB For best performance 247 64KB For best performance, might give more overhead.
|
/arch/ia64/mm/ |
D | discontig.c | 479 u8 best = 0xff; in memory_less_node_alloc() local 485 else if (node_distance(nid, node) < best) { in memory_less_node_alloc() 486 best = node_distance(nid, node); in memory_less_node_alloc()
|
/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 841 int best; in grab_runnable_context() local 844 best = find_first_bit(spu_prio->bitmap, prio); in grab_runnable_context() 845 while (best < prio) { in grab_runnable_context() 846 struct list_head *rq = &spu_prio->runq[best]; in grab_runnable_context() 855 best++; in grab_runnable_context()
|
/arch/powerpc/platforms/cell/ |
D | iommu.c | 896 int i, len, best, naddr, nsize, pna, range_size; in cell_iommu_get_fixed_address() local 928 for (i = 0, best = -1, best_size = 0; i < len; i += range_size) { in cell_iommu_get_fixed_address() 933 best = i; in cell_iommu_get_fixed_address() 938 if (best >= 0) { in cell_iommu_get_fixed_address() 939 dev_addr = of_read_number(ranges + best, naddr); in cell_iommu_get_fixed_address()
|
/arch/arm/boot/compressed/ |
D | efi-header.S | 17 @ condition flags. But it is the best we can do for EFI, since
|
/arch/ia64/ |
D | Kconfig | 246 This lets you select the page size of the kernel. For best IA-64 247 performance, a page size of 8KB or 16KB is recommended. For best 253 4KB For best IA-32 compatibility 254 8KB For best IA-64 performance 255 16KB For best IA-64 performance
|
/arch/arm/mach-davinci/ |
D | da850.c | 1176 unsigned int best = (unsigned int) -1; in da850_round_armrate() local 1187 if (diff < best) { in da850_round_armrate() 1188 best = diff; in da850_round_armrate()
|
/arch/x86/math-emu/ |
D | README | 165 upon instruction mix. Relative performance is best for the instructions 232 match those of an 80486 FPU. They are the best possible; the error for 317 results which are in error (i.e. less accurate than the best possible
|
/arch/tile/ |
D | Kconfig | 171 This lets you select the page size of the kernel. For best
|
/arch/x86/ |
D | Kconfig.debug | 292 do what it thinks is best, which is desirable for the gcc 3.x series of
|
D | Kconfig | 1871 Even with TSX enabled, the kernel will attempt to enable the best
|
/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 1501 movi 16, r0 ! this value is a best guess, should tune it by benchmarking
|
/arch/ |
D | Kconfig | 521 best effort at restricting randomization to cacheline-sized
|
/arch/arm64/crypto/ |
D | sha512-core.S_shipped | 48 // result 64-bit NEON version of SHA256 was added to provide best
|
D | sha256-core.S_shipped | 48 // result 64-bit NEON version of SHA256 was added to provide best
|
/arch/arm/ |
D | Kconfig | 1687 CPUs with low-vector mappings use a best-efforts implementation.
|
/arch/mips/ |
D | Kconfig | 2724 approximately eight kilobytes to the kernel image. For best
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 7072 # the best we can. For |X| >= 2^(-16312), the #
|