Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Duasm.c412 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() argument
414 (*lab)->addr = addr; in uasm_build_label()
415 (*lab)->lab = lid; in uasm_build_label()
416 (*lab)++; in uasm_build_label()
494 (*rel)->lab = lid; in uasm_r_mips_pc16()
500 struct uasm_label *lab);
503 struct uasm_label *lab) in uasm_resolve_relocs() argument
507 for (; rel->lab != UASM_LABEL_INVALID; rel++) in uasm_resolve_relocs()
508 for (l = lab; l->lab != UASM_LABEL_INVALID; l++) in uasm_resolve_relocs()
509 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.c276 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs() argument
278 long laddr = (long)lab->addr; in __resolve_relocs()
H A Dtlbex.c1420 for (i = 0; i < ARRAY_SIZE(labels) && labels[i].lab != ls; i++) in build_r4000_tlb_refill_handler()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H 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
527 #define is_not_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jne lab argument
528 #define is_not_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jne lab argument
529 #define is_not_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jne lab argument
530 #define is_mvme147(lab) cmpl &MACH_MVME147,%pc@(m68k_machtype); jeq lab argument
531 #define is_mvme16x(lab) cmpl &MACH_MVME16x,%pc@(m68k_machtype); jeq lab argument
532 #define is_bvme6000(lab) cmpl &MACH_BVME6000,%pc@(m68k_machtype); jeq lab argument
533 #define is_not_hp300(lab) cmpl &MACH_HP300,%pc@(m68k_machtype); jne lab argument
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dpmi8998.dtsi30 compatible = "qcom,pmi8998-lab-ibb";
36 lab: lab { label
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Duasm.h190 int lab; member
193 void uasm_build_label(struct uasm_label **lab, u32 *addr,
204 static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \
206 uasm_build_label(lab, addr, label##lb); \
294 int lab; member
301 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
303 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
304 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h349 #define VCREATE_DATA(lab) int lab##_val; int lab##_dirty argument
H A Dpvrusb2-hdw.c2821 #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); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_of_intersection.hpp170 cpp_int const lab = cpp_int(a) * cpp_int(b); in sign_of_compare() local
173 ab.check_value(lab); in sign_of_compare()
176 int result2 = lab > lcd ? 1 in sign_of_compare()
177 : lab < lcd ? -1 in sign_of_compare()
/OK3568_Linux_fs/kernel/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.c111 HV_CAPS_ATTR(lab, "%d\n");
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page.py218 labels_text = [lab.text for lab in labels]
/OK3568_Linux_fs/kernel/drivers/staging/gs_fpgaboot/
H A DREADME46 resource in the lab.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_gpci56 What: /sys/bus/event_source/devices/hv_gpci/interface/lab
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dvsx_utils.hpp965 Tvec lab = vec_mergel(a, b); \
966 vsx_st(vec_sld(lab, hbc, 8), 4, ptr); \
968 vsx_st(vec_perm(c, lab, clab), 8, ptr); \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dvsx_utils.hpp965 Tvec lab = vec_mergel(a, b); \
966 vsx_st(vec_sld(lab, hbc, 8), 4, ptr); \
968 vsx_st(vec_perm(c, lab, clab), 8, ptr); \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dvsx_utils.hpp965 Tvec lab = vec_mergel(a, b); \
966 vsx_st(vec_sld(lab, hbc, 8), 4, ptr); \
968 vsx_st(vec_perm(c, lab, clab), 8, ptr); \
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h182 __BITFIELD_FIELD(uint32_t lab:1,
/OK3568_Linux_fs/kernel/
H A DCREDITS2840 W: http://jair.lab.fi.uva.es/~migojed/
3308 S: Tampere University of Technology / Telecom lab
3846 S: Tampere University of Technology / Telecom lab
H A DMAINTAINERS3746 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
/OK3568_Linux_fs/kernel/drivers/staging/comedi/
H A DKconfig504 Kernel-level ISA plug-and-play support for the lab-pc-1200 boards has
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dbttv.rst89 I do NOT have a lab with 30+ different grabber boards and a
/OK3568_Linux_fs/kernel/crypto/
H A DKconfig62 for lab evaluation testing of the module, e.g. support for injecting

12