Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/sptm/pmap/
H A Dpmap.c4503 uint32_t sptm_update_options, argument
4534 sptm_update_options |= SPTM_UPDATE_SKIP_PAPT;
4562 flush_range->current_header->per_paddr_header.options = sptm_update_options;
4887 …const uint32_t sptm_update_options = SPTM_UPDATE_PERMS_AND_WAS_WRITABLE | (defer_tlbi ? SPTM_UPDAT… local
4980 uint32_t per_mapping_sptm_update_options = sptm_update_options;
5123 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
5170 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
8136 …const uint32_t sptm_update_options = SPTM_UPDATE_PERMS_AND_WAS_WRITABLE | SPTM_UPDATE_AF | (defer_… local
8222 uint32_t per_mapping_sptm_update_options = sptm_update_options;
8335 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
[all …]