Searched refs:page_type (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | perf_compressor.c | 64 void run_compressor_test(int size_mb, int page_type); 182 run_compressor_test(int size_mb, int page_type) in run_compressor_test() argument 244 sprintf(pt_str, "%d", page_type); in run_compressor_test() 286 int i, j, ret, size_mb, page_type, vmpgsize, freezable_state; variable 306 page_type = atoi(argv[1]); 311 switch (page_type) {
|
| /xnu-12377.81.4/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 3399 sptm_frame_type_t page_type; in pmap_tt1_deallocate() local 3402 page_type = XNU_SUBPAGE_USER_ROOT_TABLES; in pmap_tt1_deallocate() 3406 page_type = XNU_STAGE2_ROOT_TABLE; in pmap_tt1_deallocate() 3408 page_type = XNU_SHARED_ROOT_TABLE; in pmap_tt1_deallocate() 3410 page_type = XNU_USER_ROOT_TABLE; in pmap_tt1_deallocate() 3414 sptm_retype(pa & ~PAGE_MASK, page_type, XNU_DEFAULT, retype_params); in pmap_tt1_deallocate()
|