lab               182 arch/mips/include/asm/octeon/cvmx-pciercx-defs.h 		__BITFIELD_FIELD(uint32_t lab:1,
lab               190 arch/mips/include/asm/uasm.h 	int lab;
lab               193 arch/mips/include/asm/uasm.h void uasm_build_label(struct uasm_label **lab, u32 *addr,
lab               204 arch/mips/include/asm/uasm.h static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr)	\
lab               206 arch/mips/include/asm/uasm.h 	uasm_build_label(lab, addr, label##lb);				\
lab               294 arch/mips/include/asm/uasm.h 	int lab;
lab               301 arch/mips/include/asm/uasm.h void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
lab               303 arch/mips/include/asm/uasm.h void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
lab               304 arch/mips/include/asm/uasm.h void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
lab              1416 arch/mips/mm/tlbex.c 				for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++)
lab               214 arch/mips/mm/uasm-micromips.c __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab)
lab               216 arch/mips/mm/uasm-micromips.c 	long laddr = (long)lab->addr;
lab               276 arch/mips/mm/uasm-mips.c __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab)
lab               278 arch/mips/mm/uasm-mips.c 	long laddr = (long)lab->addr;
lab               412 arch/mips/mm/uasm.c void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid)
lab               414 arch/mips/mm/uasm.c 	(*lab)->addr = addr;
lab               415 arch/mips/mm/uasm.c 	(*lab)->lab = lid;
lab               416 arch/mips/mm/uasm.c 	(*lab)++;
lab               494 arch/mips/mm/uasm.c 	(*rel)->lab = lid;
lab               500 arch/mips/mm/uasm.c 				    struct uasm_label *lab);
lab               503 arch/mips/mm/uasm.c 				  struct uasm_label *lab)
lab               507 arch/mips/mm/uasm.c 	for (; rel->lab != UASM_LABEL_INVALID; rel++)
lab               508 arch/mips/mm/uasm.c 		for (l = lab; l->lab != UASM_LABEL_INVALID; l++)
lab               509 arch/mips/mm/uasm.c 			if (rel->lab == l->lab)
lab               517 arch/mips/mm/uasm.c 	for (; rel->lab != UASM_LABEL_INVALID; rel++)
lab               523 arch/mips/mm/uasm.c void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end,
lab               526 arch/mips/mm/uasm.c 	for (; lab->lab != UASM_LABEL_INVALID; lab++)
lab               527 arch/mips/mm/uasm.c 		if (lab->addr >= first && lab->addr < end)
lab               528 arch/mips/mm/uasm.c 			lab->addr += off;
lab               532 arch/mips/mm/uasm.c void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
lab               540 arch/mips/mm/uasm.c 	uasm_move_labels(lab, first, end, off);
lab               546 arch/mips/mm/uasm.c 	for (; rel->lab != UASM_LABEL_INVALID; rel++) {
lab                37 arch/powerpc/perf/hv-common.c 	caps->lab = !!(arg.caps.capability_mask & HV_GPCI_CM_LAB);
lab                13 arch/powerpc/perf/hv-common.h 	    lab:1,
lab               101 arch/powerpc/perf/hv-gpci.c HV_CAPS_ATTR(lab, "%d\n");
lab               349 drivers/media/usb/pvrusb2/pvrusb2-hdw-internal.h #define VCREATE_DATA(lab) int lab##_val; int lab##_dirty
lab              2818 drivers/media/usb/pvrusb2/pvrusb2-hdw.c #define PVR2_SUBDEV_SET_CONTROL(hdw, id, lab) \
lab              2819 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 	if ((hdw)->lab##_dirty || (hdw)->force_dirty) {		\
lab              2820 drivers/media/usb/pvrusb2/pvrusb2-hdw.c 		pvr2_subdev_set_control(hdw, id, #lab, (hdw)->lab##_val); \