Home
last modified time | relevance | path

Searched refs:best (Results 1 – 22 of 22) sorted by relevance

/arch/x86/kvm/
A Dcpuid.h140 struct kvm_cpuid_entry2 *best; in guest_cpuid_family() local
142 best = kvm_find_cpuid_entry(vcpu, 0x1); in guest_cpuid_family()
143 if (!best) in guest_cpuid_family()
146 return x86_family(best->eax); in guest_cpuid_family()
151 struct kvm_cpuid_entry2 *best; in guest_cpuid_model() local
153 best = kvm_find_cpuid_entry(vcpu, 0x1); in guest_cpuid_model()
154 if (!best) in guest_cpuid_model()
157 return x86_model(best->eax); in guest_cpuid_model()
167 struct kvm_cpuid_entry2 *best; in guest_cpuid_stepping() local
170 if (!best) in guest_cpuid_stepping()
[all …]
A Dcpuid.c146 if (best) { in kvm_check_cpuid()
158 if (!best) in kvm_check_cpuid()
161 xfeatures = best->eax | ((u64)best->edx << 32); in kvm_check_cpuid()
242 if (!best) in kvm_apply_cpuid_pv_features_quirk()
260 if (!best) in cpuid_get_supported_xcr0()
296 if (best) in kvm_update_cpuid_runtime()
302 if (best) in kvm_update_cpuid_runtime()
458 if (!best || best->eax < 0x80000008) in cpuid_query_maxphyaddr()
461 if (best) in cpuid_query_maxphyaddr()
472 if (!best || best->eax < 0x80000008) in cpuid_query_maxguestphyaddr()
[all …]
/arch/sh/kernel/
A Dunwinder.c68 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/
A Dqoriq-fman3-0-10g-0-best-effort.dtsi41 fsl,fman-best-effort-port;
49 fsl,fman-best-effort-port;
A Dqoriq-fman3-0-10g-1-best-effort.dtsi41 fsl,fman-best-effort-port;
49 fsl,fman-best-effort-port;
A Dt1023si-post.dtsi506 /include/ "qoriq-fman3-0-10g-0-best-effort.dtsi"
/arch/parisc/
A DKconfig282 This lets you select the page size of the kernel. For best
283 performance, a page size of 16KB is recommended. For best
288 4KB For best 32bit compatibility
289 16KB For best performance
290 64KB For best performance, might give more overhead.
/arch/x86/ras/
A DKconfig10 be best if we don't use it anymore.
/arch/powerpc/platforms/cell/spufs/
A Dsched.c822 int best; in grab_runnable_context() local
825 best = find_first_bit(spu_prio->bitmap, prio); in grab_runnable_context()
826 while (best < prio) { in grab_runnable_context()
827 struct list_head *rq = &spu_prio->runq[best]; in grab_runnable_context()
836 best++; in grab_runnable_context()
/arch/arm64/boot/dts/allwinner/
A Dsun50i-h616-orangepi-zero.dtsi127 * is the best choice.
A Dsun50i-h618-longanpi-3h.dts130 * is the best choice.
A Dsun50i-h618-orangepi-zero2w.dts177 * is the best choice.
A Dsun50i-h618-yuzukihd-chameleon.dts204 * is the best choice.
/arch/x86/math-emu/
A DREADME165 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/arm64/boot/dts/rockchip/
A Drk3588-firefly-itx-3588j.dts350 * for that work best
/arch/x86/kvm/vmx/
A Dvmx.c7654 struct kvm_cpuid_entry2 *best = NULL; in update_intel_pt_cfg() local
7658 best = kvm_find_cpuid_entry_index(vcpu, 0x14, i); in update_intel_pt_cfg()
7659 if (!best) in update_intel_pt_cfg()
7661 vmx->pt_desc.caps[CPUID_EAX + i*PT_CPUID_REGS_NUM] = best->eax; in update_intel_pt_cfg()
7662 vmx->pt_desc.caps[CPUID_EBX + i*PT_CPUID_REGS_NUM] = best->ebx; in update_intel_pt_cfg()
7663 vmx->pt_desc.caps[CPUID_ECX + i*PT_CPUID_REGS_NUM] = best->ecx; in update_intel_pt_cfg()
7664 vmx->pt_desc.caps[CPUID_EDX + i*PT_CPUID_REGS_NUM] = best->edx; in update_intel_pt_cfg()
/arch/arm64/boot/dts/marvell/
A Darmada-3720-turris-mox.dts150 * space is 128 MB long, so the best split between MEM and IO is to use fixed 16 MB window
/arch/x86/kvm/svm/
A Dsev.c4475 struct kvm_cpuid_entry2 *best; in sev_vcpu_after_set_cpuid() local
4478 best = kvm_find_cpuid_entry(vcpu, 0x8000001F); in sev_vcpu_after_set_cpuid()
4479 if (best) in sev_vcpu_after_set_cpuid()
4480 vcpu->arch.reserved_gpa_bits &= ~(1UL << (best->ebx & 0x3f)); in sev_vcpu_after_set_cpuid()
/arch/arm/
A DKconfig1263 CPUs with low-vector mappings use a best-efforts implementation.
/arch/mips/
A DKconfig2800 approximately eight kilobytes to the kernel image. For best
/arch/x86/
A DKconfig1825 Even with TSX enabled, the kernel will attempt to enable the best
/arch/m68k/ifpsp060/src/
A Dfpsp.S7072 # the best we can. For |X| >= 2^(-16312), the #

Completed in 93 milliseconds