Searched refs:shareability (Results 1 – 4 of 4) sorted by relevance
| /hyp/interfaces/pgtable/include/ |
| A D | pgtable.h | 115 pgtable_access_t access, vmsa_shareability_t shareability, 122 pgtable_access_t access, vmsa_shareability_t shareability) in pgtable_hyp_map() argument 126 access, shareability, 0U); in pgtable_hyp_map() 136 vmsa_shareability_t shareability, size_t merge_limit) 143 pgtable_access_t access, vmsa_shareability_t shareability) in pgtable_hyp_remap() argument 147 access, shareability, 0U); in pgtable_hyp_remap()
|
| /hyp/interfaces/hyp_aspace/include/ |
| A D | hyp_aspace.h | 42 vmsa_shareability_t *shareability); 46 vmsa_shareability_t *shareability);
|
| /hyp/mem/hyp_aspace/armv8/src/ |
| A D | hyp_aspace.c | 658 vmsa_shareability_t *shareability) in hyp_aspace_va_to_pa_el2_read() argument 683 if (shareability != NULL) { in hyp_aspace_va_to_pa_el2_read() 684 *shareability = PAR_EL1_F0_get_SH(&par.f0); in hyp_aspace_va_to_pa_el2_read() 695 vmsa_shareability_t *shareability) in hyp_aspace_va_to_pa_el2_write() argument 720 if (shareability != NULL) { in hyp_aspace_va_to_pa_el2_write() 721 *shareability = PAR_EL1_F0_get_SH(&par.f0); in hyp_aspace_va_to_pa_el2_write()
|
| /hyp/mem/pgtable/armv8/src/ |
| A D | pgtable.c | 3664 pgtable_access_t access, vmsa_shareability_t shareability, in pgtable_do_hyp_map() argument 3725 vmsa_stg1_lower_attrs_set_SH(&l, shareability); in pgtable_do_hyp_map() 3756 pgtable_access_t access, vmsa_shareability_t shareability, in pgtable_hyp_map_merge() argument 3760 memtype, access, shareability, true, in pgtable_hyp_map_merge() 3768 vmsa_shareability_t shareability, size_t merge_limit) in pgtable_hyp_remap_merge() argument 3771 memtype, access, shareability, false, in pgtable_hyp_remap_merge()
|
Completed in 68 milliseconds