Home
last modified time | relevance | path

Searched refs:verify_cpu (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Dhead_64.S133 call verify_cpu
486 .globl verify_cpu symbol
487 #include "../../kernel/verify_cpu.S"
/linux/arch/x86/kernel/
H A Dverify_cpu.S4 * verify_cpu.S - Code for cpu long mode and SSE verification. This
22 * verify_cpu, returns the status of longmode and SSE in register %eax.
38 SYM_FUNC_START_LOCAL(verify_cpu)
144 SYM_FUNC_END(verify_cpu)
H A Dhead_64.S61 /* Set up the stack for verify_cpu() */
98 call verify_cpu
163 call verify_cpu
167 * SEV-ES guests. In those guests the call to verify_cpu() would cause
172 * verify_cpu() above to make sure NX is enabled.
422 #include "verify_cpu.S"
/linux/arch/x86/realmode/rm/
H A Dtrampoline_64.S74 call verify_cpu # Verify the cpu supports long mode
121 #include "../kernel/verify_cpu.S"