Searched refs:host_stage2_idmap_locked (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kvm/hyp/include/nvhe/ |
| H A D | mem_protect.h | 51 int host_stage2_idmap_locked(phys_addr_t addr, u64 size, enum kvm_pgtable_prot prot);
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | setup.c | 222 return host_stage2_idmap_locked(phys, PAGE_SIZE, KVM_PGTABLE_PROT_R); in fix_host_ownership_walker()
|
| H A D | mem_protect.c | 532 int host_stage2_idmap_locked(phys_addr_t addr, u64 size, in host_stage2_idmap_locked() function 601 ret = host_stage2_idmap_locked(range.start, range.end - range.start, prot); in host_stage2_idmap() 683 int ret = host_stage2_idmap_locked(addr, size, PKVM_HOST_MEM_PROT); in __host_set_page_state_range()
|