Home
last modified time | relevance | path

Searched refs:X86_FEATURE_FRED (Results 1 – 15 of 15) sorted by relevance

/arch/x86/kernel/
A Despfix_64.c110 if (cpu_feature_enabled(X86_FEATURE_FRED)) in init_espfix_bsp()
137 if (cpu_feature_enabled(X86_FEATURE_FRED)) in init_espfix_ap()
A Dirqinit.c100 if (cpu_feature_enabled(X86_FEATURE_FRED)) in native_init_IRQ()
A Dprocess_64.c192 if (!cpu_feature_enabled(X86_FEATURE_FRED) && in __rdgsbase_inactive()
218 if (!cpu_feature_enabled(X86_FEATURE_FRED) && in __wrgsbase_inactive()
574 if (cpu_feature_enabled(X86_FEATURE_FRED)) { in start_thread_common()
A Dtraps.c1141 if (!cpu_feature_enabled(X86_FEATURE_FRED) && in exc_debug_kernel()
1573 if (!cpu_feature_enabled(X86_FEATURE_FRED)) in trap_init()
A Dalternative.c1726 if (!cpu_feature_enabled(X86_FEATURE_FRED)) in __apply_fineibt()
/arch/x86/include/asm/
A Dswitch_to.h75 if (!cpu_feature_enabled(X86_FEATURE_FRED) && cpu_feature_enabled(X86_FEATURE_XENPV)) in update_task_stack()
A Dfred.h103 if (cpu_feature_enabled(X86_FEATURE_FRED) && (__this_cpu_read(fred_rsp0) != rsp0)) { in fred_update_rsp0()
A Dcpufeatures.h322 #define X86_FEATURE_FRED (12*32+17) /* "fred" Flexible Return and Event Delivery */ macro
A Didtentry.h471 if (cpu_feature_enabled(X86_FEATURE_FRED)) \
/arch/x86/
A DKconfig.cpufeatures11 # X86_FEATURE_FRED <==> X86_DISABLED_FEATURE_FRED
27 # | X86_FEATURE_FRED: feature word 12, bit 17 | ---->|
/arch/x86/kernel/cpu/
A Dcpuid-deps.c90 { X86_FEATURE_FRED, X86_FEATURE_LKGS },
A Dcommon.c1697 setup_clear_cpu_cap(X86_FEATURE_FRED); in cpu_parse_early_param()
2247 if (!cpu_feature_enabled(X86_FEATURE_FRED)) in syscall_init()
2350 if (!cpu_feature_enabled(X86_FEATURE_FRED)) in cpu_init_exception_handling()
2360 if (cpu_feature_enabled(X86_FEATURE_FRED)) { in cpu_init_exception_handling()
2373 if (cpu_feature_enabled(X86_FEATURE_FRED)) in cpu_init_replace_early_idt()
/arch/x86/entry/
A Dentry_64.S256 "jmp asm_fred_exit_user", X86_FEATURE_FRED
/arch/x86/mm/
A Dfault.c1493 address = cpu_feature_enabled(X86_FEATURE_FRED) ? fred_event_data(regs) : read_cr2(); in DEFINE_IDTENTRY_RAW_ERRORCODE()
/arch/x86/kvm/vmx/
A Dvmx.c6917 if (cpu_feature_enabled(X86_FEATURE_FRED)) in handle_external_interrupt_irqoff()
7190 if (cpu_feature_enabled(X86_FEATURE_FRED)) in vmx_handle_nmi()

Completed in 49 milliseconds