Lines Matching +full:interrupts +full:- +full:extended
18 * Get a linear address by combining @addr with a non-canonical pattern in the
239 * Each X86_FEATURE_XXX definition is 64-bit and contains the following
240 * CPUID meta-data:
296 * Extended Leafs, a.k.a. AMD defined
445 * infrastructure uses per-CPU data and thus consumes GS.base. Various tests
770 * Enable interrupts and ensure that interrupts are evaluated upon return from
779 * Enable interrupts for one instruction (nop), to allow the CPU to process all
780 * interrupts that are already pending.
912 int shift_amt = 64 - va_width; in is_canonical()
972 * Trigger an #AC by writing 8 bytes to a 4-byte aligned address. in generate_usermode_ac()
974 * on a 16-byte boundary as x86_64 stacks should be. in generate_usermode_ac()
976 asm volatile("movq $0, -0x4(%rsp)"); in generate_usermode_ac()
982 * Switch from 64-bit to 32-bit mode and generate #OF via INTO. Note, if RIP
983 * or RSP holds a 64-bit value, this helper will NOT generate #OF.