Searched refs:lgdt (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | head_32.S | 66 lgdt (%eax) 131 lgdt (%eax)
|
H A D | head_64.S | 109 lgdt (%eax) 368 lgdt (%rax) 438 lgdt (%rax)
|
/kernel/linux/linux-5.10/arch/x86/boot/compressed/ |
H A D | head_32.S | 66 lgdt (%eax) 144 lgdt (%eax)
|
H A D | head_64.S | 100 lgdt (%eax) 422 lgdt (%rax) 531 lgdt (%rax)
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head_32.S | 74 lgdt pa(boot_gdt_descr) 143 * We can't lgdt here, because lgdt itself uses a data segment, but 286 lgdt early_gdt_descr 517 * only used by the lidt and lgdt instructions. They are not
|
H A D | head_64.S | 346 lgdt (%rsp)
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 46 lgdt saved_gdt
|
/kernel/linux/linux-5.10/arch/x86/power/ |
H A D | hibernate_asm_32.S | 104 lgdt saved_context_gdt_desc(%eax)
|
/kernel/linux/linux-5.10/arch/x86/purgatory/ |
H A D | entry64.S | 19 lgdt gdt(%rip)
|
/kernel/linux/linux-6.6/arch/x86/power/ |
H A D | hibernate_asm_32.S | 104 lgdt saved_context_gdt_desc(%eax)
|
/kernel/linux/linux-6.6/arch/x86/purgatory/ |
H A D | entry64.S | 19 lgdt gdt(%rip)
|
/kernel/linux/linux-6.6/arch/x86/platform/pvh/ |
H A D | head.S | 56 lgdt (_pa(gdt))
|
/kernel/linux/linux-6.6/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 46 lgdt saved_gdt
|
/kernel/linux/linux-5.10/arch/x86/platform/pvh/ |
H A D | head.S | 56 lgdt (_pa(gdt))
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head_32.S | 74 lgdt pa(boot_gdt_descr) 157 * We can't lgdt here, because lgdt itself uses a data segment, but 310 lgdt early_gdt_descr 567 * only used by the lidt and lgdt instructions. They are not
|
H A D | head_64.S | 194 lgdt early_gdt_descr(%rip)
|
/kernel/linux/linux-6.6/arch/x86/realmode/rm/ |
H A D | trampoline_64.S | 79 * lgdt will not be able to load the address as in real mode default 221 lgdt tr_gdt64(%rip)
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 3940 static int em_lgdt_lidt(struct x86_emulate_ctxt *ctxt, bool lgdt) in em_lgdt_lidt() argument 3955 if (lgdt) in em_lgdt_lidt() 4541 II(SrcMem | Priv, em_lgdt, lgdt),
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 3508 static int em_lgdt_lidt(struct x86_emulate_ctxt *ctxt, bool lgdt) in em_lgdt_lidt() argument 3523 if (lgdt) in em_lgdt_lidt() 4116 II(SrcMem | Priv, em_lgdt, lgdt),
|
Completed in 20 milliseconds