Home
last modified time | relevance | path

Searched refs:cpu_nested_pmap (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/arm64/
H A Dcpu.c826 pmap_cpu_data_ptr->cpu_nested_pmap = (struct pmap *) NULL; in cpu_data_init()
896 cpu_data_ptr->cpu_pmap_cpu_data.cpu_nested_pmap = NULL; in cpu_start()
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.h189 pmap_t cpu_nested_pmap; member
H A Dpmap.c4613 pmap_t last_nested_pmap = cpu_data_ptr->cpu_nested_pmap;
7856 cpu_data_ptr->cpu_nested_pmap = pmap->nested_pmap;
7857 cpu_data_ptr->cpu_nested_pmap_attr = (cpu_data_ptr->cpu_nested_pmap == NULL) ?
7858 NULL : pmap_get_pt_attr(cpu_data_ptr->cpu_nested_pmap);