Home
last modified time | relevance | path

Searched refs:addr_is_memory (Results 1 – 2 of 2) 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 Dmem_protect.c418 bool addr_is_memory(phys_addr_t phys) in addr_is_memory() function
508 WARN_ON(addr_is_memory(addr) && in host_stage2_adjust_range()