/arch/x86/kvm/ |
D | cpuid.h | 119 struct kvm_cpuid_entry2 *best; in guest_cpuid_is_amd() local 121 best = kvm_find_cpuid_entry(vcpu, 0, 0); in guest_cpuid_is_amd() 122 return best && best->ebx == X86EMUL_CPUID_VENDOR_AuthenticAMD_ebx; in guest_cpuid_is_amd() 127 struct kvm_cpuid_entry2 *best; in guest_cpuid_family() local 129 best = kvm_find_cpuid_entry(vcpu, 0x1, 0); in guest_cpuid_family() 130 if (!best) in guest_cpuid_family() 133 return x86_family(best->eax); in guest_cpuid_family() 138 struct kvm_cpuid_entry2 *best; in guest_cpuid_model() local 140 best = kvm_find_cpuid_entry(vcpu, 0x1, 0); in guest_cpuid_model() 141 if (!best) in guest_cpuid_model() [all …]
|
D | cpuid.c | 69 struct kvm_cpuid_entry2 *best; in kvm_update_cpuid() local 72 best = kvm_find_cpuid_entry(vcpu, 1, 0); in kvm_update_cpuid() 73 if (!best) in kvm_update_cpuid() 77 if (boot_cpu_has(X86_FEATURE_XSAVE) && best->function == 0x1) { in kvm_update_cpuid() 78 best->ecx &= ~F(OSXSAVE); in kvm_update_cpuid() 80 best->ecx |= F(OSXSAVE); in kvm_update_cpuid() 83 best->edx &= ~F(APIC); in kvm_update_cpuid() 85 best->edx |= F(APIC); in kvm_update_cpuid() 88 if (best->ecx & F(TSC_DEADLINE_TIMER)) in kvm_update_cpuid() 94 best = kvm_find_cpuid_entry(vcpu, 7, 0); in kvm_update_cpuid() [all …]
|
/arch/sh/kernel/ |
D | unwinder.c | 68 struct unwinder *best; in select_unwinder() local 73 best = list_entry(unwinder_list.next, struct unwinder, list); in select_unwinder() 74 if (best == curr_unwinder) in select_unwinder() 77 return best; in select_unwinder()
|
/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 | 505 /include/ "qoriq-fman3-0-10g-0-best-effort.dtsi"
|
/arch/x86/ras/ |
D | Kconfig | 10 be best if we don't use it anymore.
|
/arch/ia64/mm/ |
D | discontig.c | 433 u8 best = 0xff; in memory_less_node_alloc() local 439 else if (node_distance(nid, node) < best) { in memory_less_node_alloc() 440 best = node_distance(nid, node); in memory_less_node_alloc()
|
/arch/parisc/ |
D | Kconfig | 238 This lets you select the page size of the kernel. For best 239 performance, a page size of 16KB is recommended. For best 244 4KB For best 32bit compatibility 245 16KB For best performance 246 64KB For best performance, might give more overhead.
|
/arch/powerpc/platforms/cell/ |
D | iommu.c | 797 int i, len, best, naddr, nsize, pna, range_size; in cell_iommu_get_fixed_address() local 833 for (i = 0, best = -1, best_size = 0; i < len; i += range_size) { in cell_iommu_get_fixed_address() 838 best = i; in cell_iommu_get_fixed_address() 843 if (best >= 0) { in cell_iommu_get_fixed_address() 844 dev_addr = of_read_number(ranges + best, naddr); in cell_iommu_get_fixed_address()
|
/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 828 int best; in grab_runnable_context() local 831 best = find_first_bit(spu_prio->bitmap, prio); in grab_runnable_context() 832 while (best < prio) { in grab_runnable_context() 833 struct list_head *rq = &spu_prio->runq[best]; in grab_runnable_context() 842 best++; in grab_runnable_context()
|
/arch/ia64/ |
D | Kconfig | 149 This lets you select the page size of the kernel. For best IA-64 150 performance, a page size of 8KB or 16KB is recommended. For best 156 4KB For best IA-32 compatibility 157 8KB For best IA-64 performance 158 16KB For best IA-64 performance
|
/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/x86/kvm/vmx/ |
D | vmx.c | 7093 struct kvm_cpuid_entry2 *best = NULL; in update_intel_pt_cfg() local 7097 best = kvm_find_cpuid_entry(vcpu, 0x14, i); in update_intel_pt_cfg() 7098 if (!best) in update_intel_pt_cfg() 7100 vmx->pt_desc.caps[CPUID_EAX + i*PT_CPUID_REGS_NUM] = best->eax; in update_intel_pt_cfg() 7101 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx; in update_intel_pt_cfg() 7102 vmx->pt_desc.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM] = best->ecx; in update_intel_pt_cfg() 7103 vmx->pt_desc.caps[CPUID_EDX + i*PT_CPUID_REGS_NUM] = best->edx; in update_intel_pt_cfg()
|
/arch/arm64/boot/dts/marvell/ |
D | armada-3720-turris-mox.dts | 148 * space is 128 MB long, so the best split between MEM and IO is to use fixed 16 MB window
|
/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 1498 movi 16, r0 ! this value is a best guess, should tune it by benchmarking
|
/arch/arm64/crypto/ |
D | sha512-core.S_shipped | 56 // result 64-bit NEON version of SHA256 was added to provide best
|
D | sha256-core.S_shipped | 56 // result 64-bit NEON version of SHA256 was added to provide best
|
/arch/arm/ |
D | Kconfig | 1569 CPUs with low-vector mappings use a best-efforts implementation.
|
/arch/mips/ |
D | Kconfig | 2794 approximately eight kilobytes to the kernel image. For best
|
/arch/x86/ |
D | Kconfig | 1960 Even with TSX enabled, the kernel will attempt to enable the best
|
/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 7072 # the best we can. For |X| >= 2^(-16312), the #
|