Home
last modified time | relevance | path

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

12

/linux/arch/mips/mm/
A Duasm.c415 (*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
509 for (l = lab; l->lab != UASM_LABEL_INVALID; l++) in uasm_resolve_relocs()
510 if (rel->lab == l->lab) in uasm_resolve_relocs()
527 for (; lab->lab != UASM_LABEL_INVALID; lab++) in uasm_move_labels()
528 if (lab->addr >= first && lab->addr < end) in uasm_move_labels()
[all …]
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()
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/Documentation/devicetree/bindings/regulator/
A Dqcom-labibb-regulator.yaml19 const: qcom,pmi8998-lab-ibb
21 lab:
36 Short-circuit and over-current interrupts for lab.
86 compatible = "qcom,pmi8998-lab-ibb";
88 lab {
/linux/arch/m68k/kernel/
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
532 #define is_not_q40(lab) cmpl &MACH_Q40,%pc@(m68k_machtype); jne lab argument
534 #define is_not_virt(lab) cmpl &MACH_VIRT,%pc@(m68k_machtype); jne lab argument
539 jne lab ;\
544 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab argument
545 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab argument
546 #define is_not_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jeq lab argument
547 #define is_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jne lab argument
[all …]
/linux/arch/mips/include/asm/
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/arch/arm64/boot/dts/qcom/
A Dpmi8998.dtsi56 compatible = "qcom,pmi8998-lab-ibb";
64 lab: lab { label
A Dsdm845-lg-judyln.dts24 lab-supply = <&lab>;
A Dmsm8998-sony-xperia-yoshino-lilac.dts22 &lab {
A Dmsm8998-sony-xperia-yoshino-poplar.dts22 &lab {
A Dmsm8998-sony-xperia-yoshino-maple.dts34 &lab {
A Dsdm845-sony-xperia-tama-akatsuki.dts35 &lab {
A Dsdm845-xiaomi-beryllium-common.dtsi264 &lab {
283 vddpos-supply = <&lab>;
A Dsdm845-xiaomi-polaris.dts459 &lab {
483 vddpos-supply = <&lab>;
A Dsdm845-sony-xperia-tama.dtsi506 &lab {
530 vsp-supply = <&lab>;
/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-hdw-internal.h349 #define VCREATE_DATA(lab) int lab##_val; int lab##_dirty argument
/linux/arch/powerpc/perf/
A Dhv-common.c37 caps->lab = !!(arg.caps.capability_mask & HV_GPCI_CM_LAB); in hv_perf_caps_get()
A Dhv-common.h13 lab:1, member
/linux/Documentation/devicetree/bindings/display/panel/
A Debbg,ft8719.yaml61 vddpos-supply = <&lab>;
A Dsony,td4353-jdi.yaml73 vsp-supply = <&lab>;
A Dnovatek,nt36672a.yaml76 vddpos-supply = <&lab>;
A Dnovatek,nt35950.yaml83 avdd-supply = <&lab>;
/linux/Documentation/gpu/
A Dautomated_testing.rst161 https://gitlab.freedesktop.org/gfx-ci/lab-status/-/blob/main/lab-status.yml.
/linux/drivers/gpu/drm/ci/
A Dgitlab-ci.yml112 - 'https://gitlab.freedesktop.org/gfx-ci/lab-status/-/raw/main/lab-status.yml'
/linux/arch/mips/include/asm/octeon/
A Dcvmx-pciercx-defs.h182 __BITFIELD_FIELD(uint32_t lab:1,

Completed in 40 milliseconds

12