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

/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/x86/mm/
H A Dnuma.c268 struct numa_memblk *bi = &mi->blk[i]; local
271 bi->start = max(bi->start, low);
272 bi->end = min(bi->end, high);
275 if (bi->start >= bi->end)
281 struct numa_memblk *bi = &mi->blk[i]; local
292 if (bi->end > bj->start && bi
[all...]
/arch/m68k/mvme147/
H A Dconfig.c54 int mvme147_parse_bootinfo(const struct bi_record *bi) argument
56 if (bi->tag == BI_VME_TYPE || bi->tag == BI_VME_BRDINFO)
/arch/m68k/mvme16x/
H A Dconfig.c63 int mvme16x_parse_bootinfo(const struct bi_record *bi) argument
65 if (bi->tag == BI_VME_TYPE || bi->tag == BI_VME_BRDINFO)
/arch/m68k/bvme6000/
H A Dconfig.c53 int bvme6000_parse_bootinfo(const struct bi_record *bi) argument
55 if (bi->tag == BI_VME_TYPE)
/arch/x86/boot/compressed/
H A Deboot.c698 struct apm_bios_info *bi = &boot_params->apm_bios_info; local
760 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/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h2594 uint64_t bi:1; member in struct:cvmx_mio_uartx_lsr::cvmx_mio_uartx_lsr_s
3144 uint64_t bi:1; member in struct:cvmx_mio_uart2_lsr::cvmx_mio_uart2_lsr_s

Completed in 350 milliseconds