Searched refs:bb (Results 1 – 6 of 6) sorted by relevance
/arch/alpha/boot/tools/ |
D | objstrip.c | 105 unsigned long bb[64], sum = 0; in main() local 120 memset(bb, 0, sizeof(bb)); in main() 121 strcpy((char *) bb, "Linux SRM bootblock"); in main() 122 bb[60] = size / BLOCK_SIZE; /* count */ in main() 123 bb[61] = 1; /* starting sector # */ in main() 124 bb[62] = 0; /* flags---must be 0 */ in main() 126 sum += bb[i]; in main() 128 bb[63] = sum; in main() 129 if (write(ofd, bb, sizeof(bb)) != sizeof(bb)) { in main()
|
/arch/parisc/kernel/ |
D | entry.S | 452 bb,>=,n \pmd,_PxD_PRESENT_BIT,\fault 460 bb,>=,n \pte,_PAGE_PRESENT_BIT,\fault 480 bb,>=,n \pgd,_PxD_PRESENT_BIT,\fault 933 bb,<,n %r19,31-TIF_NEED_RESCHED,intr_do_resched /* forward */ 1045 bb,<,n %r20, 31 - PSW_SM_I, intr_restore 1240 bb,>=,n pte,_PAGE_FLUSH_BIT,nadtlb_emulate 1331 bb,>=,n pte,_PAGE_FLUSH_BIT,nadtlb_emulate 1399 bb,>=,n pte,_PAGE_FLUSH_BIT,nadtlb_emulate 1442 bb,>=,n %r9,26,nadtlb_nullify /* m bit not set, just nullify */ 2008 bb,<,n %r19, 31-TIF_NEED_RESCHED, syscall_do_resched /* forward */ [all …]
|
D | syscall.S | 186 bb,<,n %r1,31,.Ltracesys
|
/arch/x86/kernel/cpu/ |
D | centaur.c | 333 u32 aa, bb, cc, dd; in init_centaur() local 439 cpuid(0x80000005, &aa, &bb, &cc, &dd); in init_centaur()
|
/arch/x86/kernel/ |
D | kprobes.c | 77 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument 80 (b8##UL << 0x8)|(b9##UL << 0x9)|(ba##UL << 0xa)|(bb##UL << 0xb) | \
|
/arch/m68k/ifpsp060/ |
D | fplsp.sa | 1512 dc.l $3ffd0000,$f61cce92,$346600bb,$00000000
|