Lines Matching refs:haddr
649 int hyp_alloc_private_va_range(size_t size, unsigned long *haddr) in hyp_alloc_private_va_range() argument
672 *haddr = base; in hyp_alloc_private_va_range()
678 unsigned long *haddr, in __create_hyp_private_mapping() argument
689 *haddr = addr; in __create_hyp_private_mapping()
703 *haddr = addr + offset_in_page(phys_addr); in __create_hyp_private_mapping()
707 int create_hyp_stack(phys_addr_t phys_addr, unsigned long *haddr) in create_hyp_stack() argument
744 *haddr = base + size; in create_hyp_stack()
758 void __iomem **haddr) in create_hyp_io_mappings() argument
771 *haddr = *kaddr; in create_hyp_io_mappings()
780 *haddr = NULL; in create_hyp_io_mappings()
784 *haddr = (void __iomem *)addr; in create_hyp_io_mappings()
795 void **haddr) in create_hyp_exec_mappings() argument
805 *haddr = NULL; in create_hyp_exec_mappings()
809 *haddr = (void *)addr; in create_hyp_exec_mappings()