Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dtrap.c69 static EFI_PHYSICAL_ADDRESS exc_stack_pa; /* Address of IST stack for loader */ variable
154 if (exc_stack_pa != 0) { in free_tables()
155 BS->FreePages(exc_stack_pa, 1); in free_tables()
156 exc_stack_pa = 0; in free_tables()
226 &exc_stack_pa); in efi_redirect_exceptions()
230 exc_stack_pa = 0; in efi_redirect_exceptions()
325 exc_rsp = exc_stack_pa + PAGE_SIZE - in efi_redirect_exceptions()
345 (&(tss->tss_ist1))[ist - 1] = exc_stack_pa + PAGE_SIZE; in efi_redirect_exceptions()