Home
last modified time | relevance | path

Searched refs:lab (Results 1 – 25 of 26) 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()
A Dtlbex.c1416 for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++) in build_r4000_tlb_refill_handler()
/linux/Documentation/devicetree/bindings/regulator/
A Dqcom-labibb-regulator.yaml19 const: qcom,pmi8998-lab-ibb
21 lab:
34 Short-circuit and over-current interrupts for lab.
68 compatible = "qcom,pmi8998-lab-ibb";
70 lab {
/linux/arch/m68k/kernel/
A Dhead.S524 #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
541 jne lab ;\
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 Dpmi8998.dtsi30 compatible = "qcom,pmi8998-lab-ibb";
38 lab: lab { label
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-xiaomi-beryllium.dts222 vddpos-supply = <&lab>;
278 &lab {
A Dmsm8998-sony-xperia-yoshino.dtsi263 &lab {
/linux/arch/mips/include/asm/
A Duasm.h191 int lab; member
194 void uasm_build_label(struct uasm_label **lab, u32 *addr,
205 static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \
207 uasm_build_label(lab, addr, label##lb); \
299 int lab; member
306 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
308 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
309 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-hdw-internal.h349 #define VCREATE_DATA(lab) int lab##_val; int lab##_dirty argument
A Dpvrusb2-hdw.c2817 #define PVR2_SUBDEV_SET_CONTROL(hdw, id, lab) \ argument
2818 if ((hdw)->lab##_dirty || (hdw)->force_dirty) { \
2819 pvr2_subdev_set_control(hdw, id, #lab, (hdw)->lab##_val); \
/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
A Dhv-gpci.c111 HV_CAPS_ATTR(lab, "%d\n");
/linux/Documentation/devicetree/bindings/display/panel/
A Dnovatek,nt36672a.yaml73 vddpos-supply = <&lab>;
/linux/drivers/staging/gs_fpgaboot/
A DREADME46 resource in the lab.
/linux/Documentation/ABI/testing/
A Dsysfs-bus-event_source-devices-hv_gpci56 What: /sys/bus/event_source/devices/hv_gpci/interface/lab
/linux/arch/mips/include/asm/octeon/
A Dcvmx-pciercx-defs.h182 __BITFIELD_FIELD(uint32_t lab:1,
/linux/drivers/comedi/
A DKconfig504 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
/linux/Documentation/admin-guide/media/
A Dbttv.rst90 I do NOT have a lab with 30+ different grabber boards and a
/linux/
A DCREDITS3329 S: Tampere University of Technology / Telecom lab
3867 S: Tampere University of Technology / Telecom lab

Completed in 42 milliseconds

12