Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/x86bios/
HDx86bios.c267 #define X86BIOS_IVT_SIZE 0x00000500 /* 1K + 256 (BDA) */ macro
313 if (offset + size > X86BIOS_MEM_SIZE + X86BIOS_IVT_SIZE) in x86bios_get_pages()
663 pmap_unmapbios(x86bios_ivt, X86BIOS_IVT_SIZE); in x86bios_unmap_mem()
687 x86bios_ivt = pmap_mapbios(X86BIOS_IVT_BASE, X86BIOS_IVT_SIZE); in x86bios_map_mem()
698 x86bios_ivt = malloc(X86BIOS_IVT_SIZE, M_DEVBUF, M_NOWAIT | M_ZERO); in x86bios_map_mem()
722 X86BIOS_IVT_SIZE); in x86bios_map_mem()
731 (vm_paddr_t)X86BIOS_IVT_SIZE + X86BIOS_IVT_BASE - 1, in x86bios_map_mem()