/linux-6.3-rc2/arch/mips/mm/ |
A D | uasm.c | 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 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 D | uasm-micromips.c | 214 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs() argument 216 long laddr = (long)lab->addr; in __resolve_relocs()
|
A D | uasm-mips.c | 278 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs() argument 280 long laddr = (long)lab->addr; in __resolve_relocs()
|
A D | tlbex.c | 1380 for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++) in build_r4000_tlb_refill_handler()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
A D | qcom-labibb-regulator.yaml | 19 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-6.3-rc2/arch/m68k/kernel/ |
A D | head.S | 525 #define is_not_amiga(lab) cmpl &MACH_AMIGA,%pc@(m68k_machtype); jne lab argument 526 #define is_not_atari(lab) cmpl &MACH_ATARI,%pc@(m68k_machtype); jne lab argument 527 #define is_not_mac(lab) cmpl &MACH_MAC,%pc@(m68k_machtype); jne lab argument 536 #define is_not_q40(lab) cmpl &MACH_Q40,%pc@(m68k_machtype); jne lab argument 538 #define is_not_virt(lab) cmpl &MACH_VIRT,%pc@(m68k_machtype); jne lab argument 543 jne lab ;\ 548 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab argument 549 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab argument 550 #define is_not_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jeq lab argument 551 #define is_020(lab) btst &CPUTYPE_020,%pc@(L(cputype)+3); jne lab argument [all …]
|
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/ |
A D | pmi8998.dtsi | 38 compatible = "qcom,pmi8998-lab-ibb"; 46 lab: lab { label
|
A D | sdm845-lg-judyln.dts | 24 lab-supply = <&lab>;
|
A D | msm8998-sony-xperia-yoshino-lilac.dts | 22 &lab {
|
A D | msm8998-sony-xperia-yoshino-poplar.dts | 22 &lab {
|
A D | msm8998-sony-xperia-yoshino-maple.dts | 34 &lab {
|
A D | sdm845-xiaomi-beryllium-common.dtsi | 232 vddpos-supply = <&lab>; 291 &lab {
|
A D | sdm845-xiaomi-polaris.dts | 389 vddpos-supply = <&lab>; 496 &lab {
|
A D | msm8998-sony-xperia-yoshino.dtsi | 283 &lab {
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | uasm.h | 191 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-6.3-rc2/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 | 2821 #define PVR2_SUBDEV_SET_CONTROL(hdw, id, lab) \ argument 2822 if ((hdw)->lab##_dirty || (hdw)->force_dirty) { \ 2823 pvr2_subdev_set_control(hdw, id, #lab, (hdw)->lab##_val); \
|
/linux-6.3-rc2/arch/powerpc/perf/ |
A D | hv-common.c | 37 caps->lab = !!(arg.caps.capability_mask & HV_GPCI_CM_LAB); in hv_perf_caps_get()
|
A D | hv-common.h | 13 lab:1, member
|
A D | hv-gpci.c | 111 HV_CAPS_ATTR(lab, "%d\n");
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/ |
A D | ebbg,ft8719.yaml | 61 vddpos-supply = <&lab>;
|
A D | novatek,nt36672a.yaml | 74 vddpos-supply = <&lab>;
|
A D | novatek,nt35950.yaml | 80 avdd-supply = <&lab>;
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-bus-event_source-devices-hv_gpci | 56 What: /sys/bus/event_source/devices/hv_gpci/interface/lab
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A D | cvmx-pciercx-defs.h | 182 __BITFIELD_FIELD(uint32_t lab:1,
|