Searched defs:lab (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/m68k/kernel/ |
| H A D | head.S | 521 #define is_not_amiga(lab) cmpl &MACH_AMIGA,%pc@(m68k_machtype); jne lab argument 522 #define is_not_atari(lab) cmpl &MACH_ATARI,%pc@(m68k_machtype); jne lab argument 523 #define is_not_mac(lab) cmpl &MACH_MAC,%pc@(m68k_machtype); jne lab argument 524 #define is_not_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jne lab argument 525 #define is_not_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jne lab argument 526 is_not_bvme6000(lab) global() argument 527 is_mvme147(lab) global() argument 528 is_mvme16x(lab) global() argument 529 is_bvme6000(lab) global() argument 530 is_not_hp300(lab) global() argument 531 is_not_apollo(lab) global() argument 532 is_not_q40(lab) global() argument 533 is_not_sun3x(lab) global() argument 534 is_not_virt(lab) global() argument 536 hasnt_leds(lab) global() argument 542 is_040_or_060(lab) global() argument 543 is_not_040_or_060(lab) global() argument 544 is_040(lab) global() argument 545 is_060(lab) global() argument 546 is_not_060(lab) global() argument 547 is_020(lab) global() argument 548 is_not_020(lab) global() argument [all...] |
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | pmi8950.dtsi | 105 lab: lab { label
|
| H A D | pmi8998.dtsi | 64 lab: lab { label
|
| /linux/arch/powerpc/perf/ |
| H A D | hv-common.h | 13 lab:1, member
|
| /linux/arch/mips/mm/ |
| H A D | uasm-micromips.c | 214 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
| H A D | uasm.c | 413 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() 504 struct uasm_label *lab) in uasm_resolve_relocs() 524 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, in uasm_move_labels() 533 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, in uasm_copy_handler()
|
| H A D | uasm-mips.c | 278 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
| /linux/arch/mips/include/asm/ |
| H A D | uasm.h | 191 int lab; member 297 int lab; member
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | pvrusb2-hdw-internal.h | 349 #define VCREATE_DATA(lab) int lab##_val; int lab##_dirty argument
|
| H A D | pvrusb2-hdw.c | 2819 #define PVR2_SUBDEV_SET_CONTROL(hdw, id, lab) \ argument
|