Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
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);
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 …]
Dbpf_verifier.h114 struct tnum var_off;
/Linux-v5.4/kernel/bpf/
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) in tnum_arshift()
57 struct tnum tnum_add(struct tnum a, struct tnum b) in tnum_add()
69 struct tnum tnum_sub(struct tnum a, struct tnum b) in tnum_sub()
81 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and()
[all …]
DMakefile5 obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o tnum.o
Dverifier.c2471 struct tnum reg_off; in check_pkt_ptr_alignment()
2507 struct tnum reg_off; in check_generic_ptr_alignment()
5298 static u64 gen_hi_min(struct tnum var) in gen_hi_min()
5304 static u64 gen_hi_max(struct tnum var) in gen_hi_max()
6105 struct tnum enforce_attach_type_range = tnum_unknown; in check_return_code()
6107 struct tnum range = tnum_range(0, 1); in check_return_code()
/Linux-v5.4/arch/mips/include/asm/sn/sn0/
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
/Linux-v5.4/arch/mips/include/asm/xtalk/
Dxwidget.h239 unsigned tnum:5; member
/Linux-v5.4/drivers/net/ethernet/freescale/fman/
Dfman.h304 u64 addr, u8 tnum, u16 liodn);
Dfman.c580 u8 __maybe_unused tnum, in fman_bus_error() argument
1277 u8 tnum, port_id, relative_port_id; in dma_err_event() local
1310 tnum = (u8)((com_id & DMA_TRANSFER_TNUM_MASK) >> in dma_err_event()
1313 ret = fman->bus_error_cb(fman, relative_port_id, addr, tnum, in dma_err_event()
/Linux-v5.4/arch/mips/include/asm/pci/
Dbridge.h278 tnum:5, /* Trans Number */ member
/Linux-v5.4/Documentation/networking/
Dfilter.txt1150 * knowledge of the values of individual bits, in the form of a 'tnum': a u64
1155 the low 8 are unknown - which is represented as the tnum (0x0; 0xff). If we