Searched refs:bi (Results 1 - 13 of 13) sorted by relevance

/arch/m68k/include/asm/
H A Dbootinfo.h20 extern void save_bootinfo(const struct bi_record *bi);
22 static inline void save_bootinfo(const struct bi_record *bi) {} argument
/arch/powerpc/platforms/powermac/
H A Dbootx_init.c42 #define BOOT_INFO_IS_COMPATIBLE(bi) \
43 ((bi)->compatible_version <= BOOT_INFO_VERSION)
44 #define BOOT_INFO_IS_V2_COMPATIBLE(bi) ((bi)->version >= 2)
45 #define BOOT_INFO_IS_V4_COMPATIBLE(bi) ((bi)->version >= 4)
187 boot_infos_t *bi = bootx_info; local
196 tmp = bi->dispDeviceDepth;
198 tmp = bi->dispDeviceRect[2] - bi
353 boot_infos_t *bi = bootx_info; local
429 btext_welcome(boot_infos_t *bi) argument
467 boot_infos_t *bi = (boot_infos_t *) r4; local
[all...]
/arch/m68k/kernel/
H A Dbootinfo_proc.c33 void __init save_bootinfo(const struct bi_record *bi) argument
35 const void *start = bi;
36 size_t size = sizeof(bi->tag);
38 while (be16_to_cpu(bi->tag) != BI_LAST) {
39 uint16_t n = be16_to_cpu(bi->size);
41 bi = (struct bi_record *)((unsigned long)bi + n);
/arch/x86/mm/
H A Dnuma.c243 struct numa_memblk *bi = &mi->blk[i]; local
246 bi->start = max(bi->start, low);
247 bi->end = min(bi->end, high);
250 if (bi->start >= bi->end)
256 struct numa_memblk *bi = &mi->blk[i]; local
267 if (bi->end > bj->start && bi
[all...]
/arch/m68k/mvme147/
H A Dconfig.c56 int __init mvme147_parse_bootinfo(const struct bi_record *bi) argument
58 uint16_t tag = be16_to_cpu(bi->tag);
/arch/powerpc/platforms/powernv/
H A Deeh-ioda.c843 data->bi.biDownbound ? "Downbound" : "Upbound");
845 if (data->bi.biLdcp0 || data->bi.biLdcp1 ||
846 data->bi.biLdcp2 || data->bi.biFenceStatus)
848 be64_to_cpu(data->bi.biLdcp0),
849 be64_to_cpu(data->bi.biLdcp1),
850 be64_to_cpu(data->bi.biLdcp2),
851 be64_to_cpu(data->bi.biFenceStatus));
/arch/m68k/bvme6000/
H A Dconfig.c55 int __init bvme6000_parse_bootinfo(const struct bi_record *bi) argument
57 if (be16_to_cpu(bi->tag) == BI_VME_TYPE)
/arch/m68k/mvme16x/
H A Dconfig.c65 int __init mvme16x_parse_bootinfo(const struct bi_record *bi) argument
67 uint16_t tag = be16_to_cpu(bi->tag);
/arch/x86/boot/compressed/
H A Deboot.c1046 struct apm_bios_info *bi; local
1092 bi = &boot_params->apm_bios_info;
1118 memset(bi, 0, sizeof(*bi));
/arch/powerpc/lib/
H A Dsstep.c66 unsigned int bi; local
76 bi = (instr >> 16) & 0x1f;
77 if (((regs->ccr >> (31 - bi)) & 1) != ((bo >> 3) & 1))
/arch/m68k/fpsp040/
H A Dres_func.S1435 .long bi
1576 | bi is used to handle a byte integer source specifier
1579 bi: label
/arch/powerpc/include/asm/
H A Dopal.h638 }bi; member in union:OpalIoP7IOCErrorData::__anon2370
/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h4177 uint64_t bi:1; member in struct:cvmx_mio_uartx_lsr::cvmx_mio_uartx_lsr_s
4187 uint64_t bi:1;
4914 uint64_t bi:1; member in struct:cvmx_mio_uart2_lsr::cvmx_mio_uart2_lsr_s
4924 uint64_t bi:1;

Completed in 410 milliseconds