Searched refs:relocated (Results 1 - 5 of 5) sorted by relevance

/arch/s390/kernel/
H A Dhead_kdump.S14 # kdump entry (new kernel - not yet relocated)
27 lg %r2,0(%r2) # already relocated:
75 basr %r14,%r14 # Start relocated kernel
81 # Startup of kdump (relocated new kernel)
/arch/x86/boot/compressed/
H A Dhead_32.S137 * Jump to the relocated address.
139 leal relocated(%ebx), %eax
144 relocated: label
H A Dhead_64.S294 * Jump to the relocated address.
296 leaq relocated(%rbx), %rax
300 relocated: label
/arch/powerpc/kvm/
H A Dbook3s.c310 int relocated = (vcpu->arch.shared->msr & (data ? MSR_DR : MSR_IR)); local
313 if (relocated) {
H A Dbook3s_pr.c267 int relocated; local
275 relocated = data ? dr : ir;
278 if (relocated) {

Completed in 126 milliseconds