Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm64/sptm/pmap/
H A Dpmap.c4109 uint32_t sptm_update_options, argument
4140 sptm_update_options |= SPTM_UPDATE_SKIP_PAPT;
4168 flush_range->current_header->per_paddr_header.options = sptm_update_options;
4493 …const uint32_t sptm_update_options = SPTM_UPDATE_PERMS_AND_WAS_WRITABLE | (defer_tlbi ? SPTM_UPDAT… local
4586 uint32_t per_mapping_sptm_update_options = sptm_update_options;
4729 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
4776 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
7709 …const uint32_t sptm_update_options = SPTM_UPDATE_PERMS_AND_WAS_WRITABLE | SPTM_UPDATE_AF | (defer_… local
7795 uint32_t per_mapping_sptm_update_options = sptm_update_options;
7908 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
[all …]