Searched refs:ro_ptpages (Results 1 – 1 of 1) sorted by relevance
547 int ro_ptpages, rw_ptpages; in dump_kva_space() local587 ro_ptpages = (int)((ropage_next - (vm_offset_t)&ropagetable_begin) >> ARM_PGSHIFT); in dump_kva_space()589 printf("Pages used: static %d dynamic %d\n", ro_ptpages, rw_ptpages); in dump_kva_space()