| /arch/x86/kvm/ |
| A D | cpuid.h | 140 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 D | cpuid.c | 146 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 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/ |
| A D | qoriq-fman3-0-10g-0-best-effort.dtsi | 41 fsl,fman-best-effort-port; 49 fsl,fman-best-effort-port;
|
| A D | qoriq-fman3-0-10g-1-best-effort.dtsi | 41 fsl,fman-best-effort-port; 49 fsl,fman-best-effort-port;
|
| A D | t1023si-post.dtsi | 506 /include/ "qoriq-fman3-0-10g-0-best-effort.dtsi"
|
| /arch/parisc/ |
| A D | Kconfig | 282 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 D | Kconfig | 10 be best if we don't use it anymore.
|
| /arch/powerpc/platforms/cell/spufs/ |
| A D | sched.c | 822 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 D | sun50i-h616-orangepi-zero.dtsi | 127 * is the best choice.
|
| A D | sun50i-h618-longanpi-3h.dts | 130 * is the best choice.
|
| A D | sun50i-h618-orangepi-zero2w.dts | 177 * is the best choice.
|
| A D | sun50i-h618-yuzukihd-chameleon.dts | 204 * is the best choice.
|
| /arch/x86/math-emu/ |
| A 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/arm64/boot/dts/rockchip/ |
| A D | rk3588-firefly-itx-3588j.dts | 350 * for that work best
|
| /arch/x86/kvm/vmx/ |
| A D | vmx.c | 7654 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 D | armada-3720-turris-mox.dts | 150 * 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 D | sev.c | 4475 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 D | Kconfig | 1263 CPUs with low-vector mappings use a best-efforts implementation.
|
| /arch/mips/ |
| A D | Kconfig | 2800 approximately eight kilobytes to the kernel image. For best
|
| /arch/x86/ |
| A D | Kconfig | 1825 Even with TSX enabled, the kernel will attempt to enable the best
|
| /arch/m68k/ifpsp060/src/ |
| A D | fpsp.S | 7072 # the best we can. For |X| >= 2^(-16312), the #
|