Home
last modified time | relevance | path

Searched refs:lab (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/mips/mm/
H A Duasm.c413 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() argument
415 (*lab)->addr = addr; in uasm_build_label()
416 (*lab)->lab = lid; in uasm_build_label()
417 (*lab)++; in uasm_build_label()
495 (*rel)->lab = lid; in uasm_r_mips_pc16()
501 struct uasm_label *lab);
504 struct uasm_label *lab) in uasm_resolve_relocs() argument
508 for (; rel->lab != UASM_LABEL_INVALID; rel++) in uasm_resolve_relocs()
509 for (l = lab; l->lab != UASM_LABEL_INVALID; l++) in uasm_resolve_relocs()
510 if (rel->lab == l->lab) in uasm_resolve_relocs()
[all …]
H A Duasm-micromips.c214 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs() argument
216 long laddr = (long)lab->addr; in __resolve_relocs()
H A Duasm-mips.c278 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs() argument
280 long laddr = (long)lab->addr; in __resolve_relocs()
/linux/arch/m68k/kernel/
H A Dhead.S521 #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 #define is_not_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jne lab argument
527 #define is_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jeq lab argument
528 #define is_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jeq lab argument
529 #define is_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jeq lab argument
530 #define is_not_hp300(lab) cmpl &MACH_HP300,%pc@(m68k_machtype); jne lab argument
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dpmi8950.dtsi96 compatible = "qcom,pmi8950-lab-ibb",
97 "qcom,pmi8998-lab-ibb";
105 lab: lab { label
H A Dpmi8998.dtsi56 compatible = "qcom,pmi8998-lab-ibb";
64 lab: lab { label
H A Dsdm845-lg-judyln.dts24 lab-supply = <&lab>;
H A Dmsm8998-sony-xperia-yoshino-lilac.dts22 &lab {
H A Dsdm845-xiaomi-beryllium-ebbg.dts29 vcc-supply = <&lab>;
H A Dsdm845-xiaomi-beryllium-tianma.dts29 vcc-supply = <&lab>;
H A Dmsm8998-sony-xperia-yoshino-poplar.dts22 &lab {
H A Dmsm8998-sony-xperia-yoshino-maple.dts34 &lab {
H A Dsdm845-sony-xperia-tama-akatsuki.dts35 &lab {
H A Dsdm845-xiaomi-beryllium-common.dtsi264 &lab {
283 vddpos-supply = <&lab>;
H A Dsdm845-xiaomi-polaris.dts455 &lab {
479 vddpos-supply = <&lab>;
H A Dsdm845-sony-xperia-tama.dtsi502 &lab {
526 vsp-supply = <&lab>;
H A Dmsm8998-sony-xperia-yoshino.dtsi287 &lab {
/linux/arch/mips/include/asm/
H A Duasm.h191 int lab; member
194 void uasm_build_label(struct uasm_label **lab, u32 *addr,
203 static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \
205 uasm_build_label(lab, addr, label##lb); \
297 int lab; member
304 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
306 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
307 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h349 #define VCREATE_DATA(lab) int lab##_val; int lab##_dirty argument
/linux/arch/powerpc/perf/
H A Dhv-common.c37 caps->lab = !!(arg.caps.capability_mask & HV_GPCI_CM_LAB); in hv_perf_caps_get()
H A Dhv-common.h13 lab:1, member
H A Dhv-gpci.c619 HV_CAPS_ATTR(lab, "%d\n");
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h182 __BITFIELD_FIELD(uint32_t lab:1,
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_gpci56 What: /sys/bus/event_source/devices/hv_gpci/interface/lab
/linux/Documentation/networking/
H A Dbridge.rst172 <https://lore.kernel.org/netdev/1402401565-15423-1-git-send-email-makita.toshiaki@lab.ntt.co.jp/>`_

12