Home
last modified time | relevance | path

Searched refs:tnum (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtnum.h14 struct tnum { struct
21 struct tnum tnum_const(u64 value);
23 extern const struct tnum tnum_unknown;
25 struct tnum tnum_range(u64 min, u64 max);
29 struct tnum tnum_lshift(struct tnum a, u8 shift);
31 struct tnum tnum_rshift(struct tnum a, u8 shift);
33 struct tnum tnum_arshift(struct tnum a, u8 min_shift, u8 insn_bitness);
35 struct tnum tnum_add(struct tnum a, struct tnum b);
37 struct tnum tnum_sub(struct tnum a, struct tnum b);
39 struct tnum tnum_and(struct tnum a, struct tnum b);
[all …]
H A Dbpf_verifier.h121 struct tnum var_off;
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtnum.c12 #define TNUM(_v, _m) (struct tnum){.value = _v, .mask = _m}
14 const struct tnum tnum_unknown = { .value = 0, .mask = -1 };
16 struct tnum tnum_const(u64 value) in tnum_const()
21 struct tnum tnum_range(u64 min, u64 max) in tnum_range()
37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift()
42 struct tnum tnum_rshift(struct tnum a, u8 shift) in tnum_rshift()
47 struct tnum tnum_arshift(struct tnum a, u8 min_shift, u8 insn_bitness) in tnum_arshift()
62 struct tnum tnum_add(struct tnum a, struct tnum b) in tnum_add()
74 struct tnum tnum_sub(struct tnum a, struct tnum b) in tnum_sub()
86 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and()
[all …]
H A DMakefile9 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o tnum.o bpf_iter.o map_iter.o ta…
H A Dverifier.c1132 struct tnum var32_off = tnum_subreg(reg->var_off); in __update_reg32_bounds()
1242 struct tnum var64_off = tnum_intersect(reg->var_off, in __reg_bound_offset()
1245 struct tnum var32_off = tnum_intersect(tnum_subreg(reg->var_off), in __reg_bound_offset()
3133 struct tnum reg_off; in check_pkt_ptr_alignment()
3169 struct tnum reg_off; in check_generic_ptr_alignment()
6384 struct tnum var32_off = tnum_subreg(dst_reg->var_off); in scalar32_min_max_and()
6453 struct tnum var32_off = tnum_subreg(dst_reg->var_off); in scalar32_min_max_or()
6522 struct tnum var32_off = tnum_subreg(dst_reg->var_off); in scalar32_min_max_xor()
6601 struct tnum subreg = tnum_subreg(dst_reg->var_off); in scalar32_min_max_lsh()
6661 struct tnum subreg = tnum_subreg(dst_reg->var_off); in scalar32_min_max_rsh()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/sn0/
H A Dhubio.h456 tnum: 5, /* TNUM field in xtalk */ member
478 tnum: 5, /* TNUM field in xtalk */ member
881 tnum: 5, /* 36-32: TNUM of xtalk request */ member
/OK3568_Linux_fs/kernel/drivers/dma/
H A Duniphier-xdmac.c137 u32 val, its, tnum; in uniphier_xdmac_chan_start() local
143 tnum = xd->nodes[xd->cur_node].nr_burst; in uniphier_xdmac_chan_start()
185 writel(tnum, xc->reg_ch_base + XDMAC_TNUM); in uniphier_xdmac_chan_start()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.cc1446 int tnum; in InitializeThreads() local
1447 for (tnum = 0; tnum < num_cpus; tnum++) { in InitializeThreads()
1450 tnum, num_cpus, cc_inc_count_); in InitializeThreads()
1454 thread->set_cpu_mask_to_cpu(tnum); in InitializeThreads()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_2000.c400 size_t tnum; member
432 int seed[2] = { 1 + a->tnum * 2, 2 + a->tnum * 2 }; in xtest_tee_test_2002_thread()
519 arg[n].tnum = n; in xtest_tee_test_2002()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/xtalk/
H A Dxwidget.h239 unsigned tnum:5; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman.h305 u64 addr, u8 tnum, u16 liodn);
H A Dfman.c585 u8 __maybe_unused tnum, in fman_bus_error() argument
1284 u8 tnum, port_id, relative_port_id; in dma_err_event() local
1317 tnum = (u8)((com_id & DMA_TRANSFER_TNUM_MASK) >> in dma_err_event()
1320 ret = fman->bus_error_cb(fman, relative_port_id, addr, tnum, in dma_err_event()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/pci/
H A Dbridge.h278 tnum:5, /* Trans Number */ member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1216 * knowledge of the values of individual bits, in the form of a 'tnum': a u64
1221 the low 8 are unknown - which is represented as the tnum (0x0; 0xff). If we
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log