Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dbios.c325 void *bios16_pmap_handle; in bios16() local
385 bios16_pmap_handle = pmap_bios16_enter(); in bios16()
437 pmap_bios16_leave(bios16_pmap_handle); in bios16()
H A Dpmap.c6170 struct bios16_pmap_handle { struct
6179 struct bios16_pmap_handle *h; in __CONCAT() argument
6184 h = malloc(sizeof(struct bios16_pmap_handle), M_TEMP, M_WAITOK); in __CONCAT()
6197 struct bios16_pmap_handle *h; in __CONCAT()