Home
last modified time | relevance | path

Searched refs:PMAP_TYPE_USER (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.h418 #define PMAP_TYPE_USER 0 /* ordinary pmap */ macro
H A Dpmap.c2385 p->type = PMAP_TYPE_USER; in pmap_create_options_internal()
3439 if (pmap->type != PMAP_TYPE_USER) {
8239 if (__improbable(pmap->type != PMAP_TYPE_USER)) {
8325 } else if (pmap->type == PMAP_TYPE_USER) {
8383 if (__improbable(grand->type != PMAP_TYPE_USER)) {
8631 if (__improbable(grand->type != PMAP_TYPE_USER)) {
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.h482 #define PMAP_TYPE_USER 0 /* ordinary pmap */ macro
H A Dpmap.c3052 p->type = PMAP_TYPE_USER; in pmap_create_options_internal()
4423 if ((pmap->type == PMAP_TYPE_USER) && (ptep_get_info(pte_p)->refcnt == 0)) {
9006 if (__improbable(!(os_atomic_cmpxchg(&pmap->type, PMAP_TYPE_USER, PMAP_TYPE_NESTED, seq_cst)))) {
9126 } else if (pmap->type == PMAP_TYPE_USER) {
9235 if (__improbable(grand->type != PMAP_TYPE_USER)) {
9682 if (__improbable(grand->type != PMAP_TYPE_USER)) {
9853 if (__improbable(os_atomic_load(&grand->type, seq_cst) != PMAP_TYPE_USER)) {
11314 assert(pmap->type == PMAP_TYPE_USER);
H A Dpmap_data.c779 if ((ptdp->pmap->type != PMAP_TYPE_USER) || in ppr_find_eligible_pt_page()