Home
last modified time | relevance | path

Searched refs:nested_bounds_set (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.h408 bool nested_bounds_set; member
H A Dpmap.c2433 p->nested_bounds_set = false; in pmap_create_options_internal()
8404 assert(subord->nested_bounds_set);
8406 if (!grand->nested_bounds_set) {
8410 grand->nested_bounds_set = true;
8417 if ((!subord->nested_bounds_set) && size) {
8432 subord->nested_bounds_set = true;
8435 if (subord->nested_bounds_set) {
8439 grand->nested_bounds_set = true;
8465 boolean_t nested_bounds_set = pmap->nested_pmap->nested_bounds_set; local
8470 if (nested_bounds_set) {
[all …]
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.h472 bool nested_bounds_set; member
H A Dpmap.c3106 p->nested_bounds_set = false; in pmap_create_options_internal()
9271 if (!grand->nested_bounds_set) {
9275 grand->nested_bounds_set = true;
9300 subord->nested_bounds_set = true;
9304 if (subord->nested_bounds_set) {
9308 grand->nested_bounds_set = true;
9323 if (!grand->nested_bounds_set) {
9364 if (!subord->nested_bounds_set) {
9401 boolean_t nested_bounds_set = pmap->nested_pmap->nested_bounds_set; local
9406 if (nested_bounds_set) {
[all …]