Searched refs:kexec_relocate_data (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dkexec-internal.h5 struct kexec_relocate_data { struct
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c171 DEFINE(KEXEC_START_ADDR, offsetof(struct kexec_relocate_data, kexec_start_address));
172 DEFINE(KEXEC_INDIR_PAGE, offsetof(struct kexec_relocate_data, kexec_indirection_page));
173 DEFINE(KEXEC_MACH_TYPE, offsetof(struct kexec_relocate_data, kexec_mach_type));
174 DEFINE(KEXEC_R2, offsetof(struct kexec_relocate_data, kexec_r2));
H A Dmachine_kexec.c167 struct kexec_relocate_data *data;

Completed in 100 milliseconds