Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/vm/
H A Dvm_unix.c257 extern unsigned int arm_pt_root_size;
269 SYSCTL_UINT(_vm, OID_AUTO, arm_pt_root_size, CTLFLAG_RD | CTLFLAG_LOCKED, &arm_pt_root_size, 0, "");
/xnu-8020.101.4/osfmk/arm/
H A Dpmap.c801 const unsigned int arm_pt_root_size = PMAP_ROOT_ALLOC_SIZE; variable