Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/nvhe/
H A Dmem_protect.h50 bool addr_is_memory(phys_addr_t phys);
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsetup.c204 if (!addr_is_memory(phys)) in fix_host_ownership_walker()
H A Dmem_protect.c420 bool addr_is_memory(phys_addr_t phys) in addr_is_memory() function
510 WARN_ON(addr_is_memory(addr) && in host_stage2_adjust_range()