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

/linux-4.1.27/arch/powerpc/kernel/
H A Dvdso.c576 void *start64; vdso_fixup_features() local
579 start64 = find_section64(v64->hdr, "__ftr_fixup", &size64); vdso_fixup_features()
580 if (start64) vdso_fixup_features()
582 start64, start64 + size64); vdso_fixup_features()
584 start64 = find_section64(v64->hdr, "__mmu_ftr_fixup", &size64); vdso_fixup_features()
585 if (start64) vdso_fixup_features()
587 start64, start64 + size64); vdso_fixup_features()
589 start64 = find_section64(v64->hdr, "__fw_ftr_fixup", &size64); vdso_fixup_features()
590 if (start64) vdso_fixup_features()
592 start64, start64 + size64); vdso_fixup_features()
594 start64 = find_section64(v64->hdr, "__lwsync_fixup", &size64); vdso_fixup_features()
595 if (start64) vdso_fixup_features()
597 start64, start64 + size64); vdso_fixup_features()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h95 SYM_GEN_B(u_short, start64)
111 SYM_GEN_B(u32, start64);
H A Dsym_fw.c86 SYM_GEN_B(struct SYM_FWB_SCR, start64)
H A Dsym_fw2.h146 u32 start64 [ 2]; member in struct:SYM_FWB_SCR
H A Dsym_hipd.c1925 phys = SCRIPTB_BA(np, start64); sym_start_up()

Completed in 138 milliseconds