Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/arm64/sptm/pmap/
H A Dpmap.c3932 uint32_t sptm_update_options, argument
3963 sptm_update_options |= SPTM_UPDATE_SKIP_PAPT;
3991 flush_range->current_header->per_paddr_header.options = sptm_update_options;
4319 …const uint32_t sptm_update_options = SPTM_UPDATE_PERMS_AND_WAS_WRITABLE | (defer_tlbi ? SPTM_UPDAT… local
4416 uint32_t per_mapping_sptm_update_options = sptm_update_options;
4559 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
4606 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
7377 …const uint32_t sptm_update_options = SPTM_UPDATE_PERMS_AND_WAS_WRITABLE | SPTM_UPDATE_AF | (defer_… local
7463 uint32_t per_mapping_sptm_update_options = sptm_update_options;
7576 sptm_update_disjoint(phys, sptm_pcpu->sptm_ops_pa, num_mappings, sptm_update_options);
[all …]