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