Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmem_protect.h74 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 Dsetup.c209 return host_stage2_idmap_locked(phys, PAGE_SIZE, prot); in fix_host_ownership_walker()
H A Dmem_protect.c474 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()