Searched refs:stack_hyp (Results 1 – 1 of 1) sorted by relevance
87 struct stack_info stack_hyp, stack_kern; in kvm_nvhe_stack_kern_va() local89 stack_hyp = stackinfo_get_hyp(); in kvm_nvhe_stack_kern_va()91 if (stackinfo_on_stack(&stack_hyp, *addr, size)) in kvm_nvhe_stack_kern_va()94 stack_hyp = stackinfo_get_overflow(); in kvm_nvhe_stack_kern_va()96 if (stackinfo_on_stack(&stack_hyp, *addr, size)) in kvm_nvhe_stack_kern_va()102 *addr = *addr - stack_hyp.low + stack_kern.low; in kvm_nvhe_stack_kern_va()