Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dtrap.c67 static EFI_PHYSICAL_ADDRESS lidt_pa; /* Address of loader shadow IDT */ variable
150 if (lidt_pa != 0) { in free_tables()
151 BS->FreePages(lidt_pa, EFI_SIZE_TO_PAGES(fw_idt.rd_limit)); in free_tables()
152 lidt_pa = 0; in free_tables()
218 EFI_SIZE_TO_PAGES(fw_idt.rd_limit), &lidt_pa); in efi_redirect_exceptions()
222 lidt_pa = 0; in efi_redirect_exceptions()
336 lidt_pa = 0; in efi_redirect_exceptions()
363 if (lidt_pa == 0) in efi_unredirect_exceptions()