Searched defs:lab (Results 1 – 9 of 9) sorted by relevance
/linux/arch/m68k/kernel/ |
A D | head.S | 524 #define is_not_amiga(lab) cmpl &MACH_AMIGA,%pc@(m68k_machtype); jne lab argument 525 #define is_not_atari(lab) cmpl &MACH_ATARI,%pc@(m68k_machtype); jne lab argument 526 #define is_not_mac(lab) cmpl &MACH_MAC,%pc@(m68k_machtype); jne lab argument 530 #define is_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jeq lab argument 535 #define is_not_q40(lab) cmpl &MACH_Q40,%pc@(m68k_machtype); jne lab argument 538 #define hasnt_leds(lab) cmpl &MACH_HP300,%pc@(m68k_machtype); \ argument 546 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab argument 547 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab argument 548 #define is_not_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jeq lab argument 549 #define is_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jne lab argument [all …]
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | pmi8998.dtsi | 38 lab: lab { label
|
/linux/arch/powerpc/perf/ |
A D | hv-common.h | 13 lab:1, member
|
/linux/arch/mips/mm/ |
A D | uasm-micromips.c | 214 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
A D | uasm-mips.c | 278 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
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()
|
/linux/arch/mips/include/asm/ |
A D | uasm.h | 191 int lab; member 299 int lab; member
|
/linux/drivers/media/usb/pvrusb2/ |
A D | pvrusb2-hdw-internal.h | 349 #define VCREATE_DATA(lab) int lab##_val; int lab##_dirty argument
|
A D | pvrusb2-hdw.c | 2817 #define PVR2_SUBDEV_SET_CONTROL(hdw, id, lab) \ argument
|
Completed in 31 milliseconds