Lines Matching refs:haddr
633 int hyp_alloc_private_va_range(size_t size, unsigned long *haddr) in hyp_alloc_private_va_range() argument
656 *haddr = base; in hyp_alloc_private_va_range()
662 unsigned long *haddr, in __create_hyp_private_mapping() argument
673 *haddr = addr; in __create_hyp_private_mapping()
687 *haddr = addr + offset_in_page(phys_addr); in __create_hyp_private_mapping()
691 int create_hyp_stack(phys_addr_t phys_addr, unsigned long *haddr) in create_hyp_stack() argument
728 *haddr = base + size; in create_hyp_stack()
742 void __iomem **haddr) in create_hyp_io_mappings() argument
755 *haddr = *kaddr; in create_hyp_io_mappings()
764 *haddr = NULL; in create_hyp_io_mappings()
768 *haddr = (void __iomem *)addr; in create_hyp_io_mappings()
779 void **haddr) in create_hyp_exec_mappings() argument
789 *haddr = NULL; in create_hyp_exec_mappings()
793 *haddr = (void *)addr; in create_hyp_exec_mappings()