Searched refs:__hyp_stub_vectors (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | hibernate.c | 51 extern char __hyp_stub_vectors[]; 77 * We need to know where the __hyp_stub_vectors are after restore to 80 phys_addr_t __hyp_stub_vectors; member 121 hdr->__hyp_stub_vectors = __pa_symbol(__hyp_stub_vectors); in arch_hibernation_header_save() 123 hdr->__hyp_stub_vectors = 0; in arch_hibernation_header_save() 464 resume_hdr.__hyp_stub_vectors, virt_to_phys(zero_page)); in swsusp_arch_resume()
|
H A D | image-vars.h | 65 KVM_NVHE_ALIAS(__hyp_stub_vectors); variable
|
H A D | head.S | 580 adr_l x0, __hyp_stub_vectors
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | hibernate.c | 60 extern char __hyp_stub_vectors[]; 86 * We need to know where the __hyp_stub_vectors are after restore to 89 phys_addr_t __hyp_stub_vectors; member 131 hdr->__hyp_stub_vectors = __pa_symbol(__hyp_stub_vectors); in arch_hibernation_header_save() 133 hdr->__hyp_stub_vectors = 0; in arch_hibernation_header_save() 711 resume_hdr.__hyp_stub_vectors, virt_to_phys(zero_page)); in swsusp_arch_resume()
|
H A D | image-vars.h | 79 KVM_NVHE_ALIAS(__hyp_stub_vectors); variable
|
H A D | head.S | 643 7: adr_l x0, __hyp_stub_vectors
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | hyp-stub.S | 113 W(adr) r7, __hyp_stub_vectors 229 ENTRY(__hyp_stub_vectors) 238 ENDPROC(__hyp_stub_vectors)
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | hyp-stub.S | 115 W(adr) r7, __hyp_stub_vectors 231 ENTRY(__hyp_stub_vectors) 240 ENDPROC(__hyp_stub_vectors)
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-init.S | 180 adr_l x5, __hyp_stub_vectors
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | hyp-init.S | 262 adr_l x5, __hyp_stub_vectors
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | head.S | 558 adr_l r0, __hyp_stub_vectors
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | head.S | 498 adr_l r0, __hyp_stub_vectors
|
Completed in 8 milliseconds