Searched refs:BI (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 142 /* The BI field in a B form or XL form instruction. */ 143 #define BI BA 268 /* The condition register number portion of the BI field in a B form 271 BI field. This field is optional. */ 1130 in BO field, the "a" bit is 00010 for branch on CR(BI) and 01000 2373 /* A BD15 form instruction for extended conditional branch mnemonics with BI. */ 2399 the BI field. */ 2409 /* A BBOYCB_MASK in which the BI field is fixed. */ 2806 bits of the BI field. */ 2822 /* An XL_MASK with the BO, BI an 141 #define BI global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 142 /* The BI field in a B form or XL form instruction. */ 143 #define BI BA 268 /* The condition register number portion of the BI field in a B form 271 BI field. This field is optional. */ 1130 in BO field, the "a" bit is 00010 for branch on CR(BI) and 01000 2373 /* A BD15 form instruction for extended conditional branch mnemonics with BI. */ 2399 the BI field. */ 2409 /* A BBOYCB_MASK in which the BI field is fixed. */ 2806 bits of the BI field. */ 2822 /* An XL_MASK with the BO, BI an 141 #define BI global() macro [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 600 P4_GEN_ESCR_EMASK(P4_EVENT_TC_DELIVER_MODE, BI, 5),
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 600 P4_GEN_ESCR_EMASK(P4_EVENT_TC_DELIVER_MODE, BI, 5),
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | imsttfb.c | 51 BI = 8, /* 0x20 */ enumerator 1012 write_reg_le32(par->dc_regs, BI, 0xffffffff); in imsttfb_fillrect()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | imsttfb.c | 52 BI = 8, /* 0x20 */ enumerator 1013 write_reg_le32(par->dc_regs, BI, 0xffffffff); in imsttfb_fillrect()
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | p4.c | 81 P4_ESCR_EMASK_BIT(P4_EVENT_TC_DELIVER_MODE, BI) |
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | p4.c | 81 P4_ESCR_EMASK_BIT(P4_EVENT_TC_DELIVER_MODE, BI) |
|
/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 690 print ".BI \"" . $parenth . $1 . "\" " . " \") (" . $2 . ")" . $post . "\"\n"; 693 print ".BI \"" . $parenth . $type . "\" " . " \"" . $post . "\"\n"; 729 print ".br\n.BI \" $parameter\"\n"; 767 $declaration =~ s/\n/"\n.br\n.BI \"/g; 770 print ".BI \"$declaration\n};\n.br\n\n";
|
/kernel/linux/linux-6.6/scripts/ |
H A D | kernel-doc | 591 print ".BI \"" . $parenth . $1 . "\" " . " \") (" . $2 . ")" . $post . "\"\n"; 594 print ".BI \"" . $parenth . $type . "\" " . " \"" . $post . "\"\n"; 630 print ".br\n.BI \" $parameter\"\n"; 668 $declaration =~ s/\n/"\n.br\n.BI \"/g; 671 print ".BI \"$declaration\n};\n.br\n\n";
|
Completed in 25 milliseconds