Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/i386/
H A Di386_vm_init.c172 extern uint64_t firmware_RuntimeServices_bytes;
529 firmware_RuntimeServices_bytes += region_bytes; in i386_vm_init()
/xnu-10063.121.3/bsd/dev/i386/
H A Dsysctl.c820 uint64_t firmware_RuntimeServices_bytes = 0; variable
829 …mmap, OID_AUTO, RuntimeServices, CTLFLAG_RD | CTLFLAG_LOCKED, &firmware_RuntimeServices_bytes, "");