tnum              278 arch/mips/include/asm/pci/bridge.h 				tnum:5,		/* Trans Number	   */
tnum              456 arch/mips/include/asm/sn/sn0/hubio.h 			tnum:	5,	/* TNUM field in xtalk		*/
tnum              478 arch/mips/include/asm/sn/sn0/hubio.h 			tnum:	5,	/* TNUM field in xtalk		*/
tnum              881 arch/mips/include/asm/sn/sn0/hubio.h 		tnum:	5,  /* 36-32: TNUM of xtalk request	*/
tnum              239 arch/mips/include/asm/xtalk/xwidget.h 	unsigned	tnum:5;
tnum              585 drivers/net/ethernet/freescale/fman/fman.c 				  u8 __maybe_unused tnum,
tnum             1282 drivers/net/ethernet/freescale/fman/fman.c 	u8 tnum, port_id, relative_port_id;
tnum             1315 drivers/net/ethernet/freescale/fman/fman.c 		tnum = (u8)((com_id & DMA_TRANSFER_TNUM_MASK) >>
tnum             1318 drivers/net/ethernet/freescale/fman/fman.c 		ret = fman->bus_error_cb(fman, relative_port_id, addr, tnum,
tnum              305 drivers/net/ethernet/freescale/fman/fman.h 					u64 addr, u8 tnum, u16 liodn);
tnum              114 include/linux/bpf_verifier.h 	struct tnum var_off;
tnum               21 include/linux/tnum.h struct tnum tnum_const(u64 value);
tnum               23 include/linux/tnum.h extern const struct tnum tnum_unknown;
tnum               25 include/linux/tnum.h struct tnum tnum_range(u64 min, u64 max);
tnum               29 include/linux/tnum.h struct tnum tnum_lshift(struct tnum a, u8 shift);
tnum               31 include/linux/tnum.h struct tnum tnum_rshift(struct tnum a, u8 shift);
tnum               33 include/linux/tnum.h struct tnum tnum_arshift(struct tnum a, u8 min_shift, u8 insn_bitness);
tnum               35 include/linux/tnum.h struct tnum tnum_add(struct tnum a, struct tnum b);
tnum               37 include/linux/tnum.h struct tnum tnum_sub(struct tnum a, struct tnum b);
tnum               39 include/linux/tnum.h struct tnum tnum_and(struct tnum a, struct tnum b);
tnum               41 include/linux/tnum.h struct tnum tnum_or(struct tnum a, struct tnum b);
tnum               43 include/linux/tnum.h struct tnum tnum_xor(struct tnum a, struct tnum b);
tnum               45 include/linux/tnum.h struct tnum tnum_mul(struct tnum a, struct tnum b);
tnum               48 include/linux/tnum.h struct tnum tnum_intersect(struct tnum a, struct tnum b);
tnum               51 include/linux/tnum.h struct tnum tnum_cast(struct tnum a, u8 size);
tnum               54 include/linux/tnum.h static inline bool tnum_is_const(struct tnum a)
tnum               60 include/linux/tnum.h static inline bool tnum_equals_const(struct tnum a, u64 b)
tnum               66 include/linux/tnum.h static inline bool tnum_is_unknown(struct tnum a)
tnum               74 include/linux/tnum.h bool tnum_is_aligned(struct tnum a, u64 size);
tnum               77 include/linux/tnum.h bool tnum_in(struct tnum a, struct tnum b);
tnum               85 include/linux/tnum.h int tnum_strn(char *str, size_t size, struct tnum a);
tnum               87 include/linux/tnum.h int tnum_sbin(char *str, size_t size, struct tnum a);
tnum               12 kernel/bpf/tnum.c #define TNUM(_v, _m)	(struct tnum){.value = _v, .mask = _m}
tnum               14 kernel/bpf/tnum.c const struct tnum tnum_unknown = { .value = 0, .mask = -1 };
tnum               16 kernel/bpf/tnum.c struct tnum tnum_const(u64 value)
tnum               21 kernel/bpf/tnum.c struct tnum tnum_range(u64 min, u64 max)
tnum               37 kernel/bpf/tnum.c struct tnum tnum_lshift(struct tnum a, u8 shift)
tnum               42 kernel/bpf/tnum.c struct tnum tnum_rshift(struct tnum a, u8 shift)
tnum               47 kernel/bpf/tnum.c struct tnum tnum_arshift(struct tnum a, u8 min_shift, u8 insn_bitness)
tnum               62 kernel/bpf/tnum.c struct tnum tnum_add(struct tnum a, struct tnum b)
tnum               74 kernel/bpf/tnum.c struct tnum tnum_sub(struct tnum a, struct tnum b)
tnum               86 kernel/bpf/tnum.c struct tnum tnum_and(struct tnum a, struct tnum b)
tnum               96 kernel/bpf/tnum.c struct tnum tnum_or(struct tnum a, struct tnum b)
tnum              105 kernel/bpf/tnum.c struct tnum tnum_xor(struct tnum a, struct tnum b)
tnum              117 kernel/bpf/tnum.c static struct tnum hma(struct tnum acc, u64 value, u64 mask)
tnum              128 kernel/bpf/tnum.c struct tnum tnum_mul(struct tnum a, struct tnum b)
tnum              130 kernel/bpf/tnum.c 	struct tnum acc;
tnum              141 kernel/bpf/tnum.c struct tnum tnum_intersect(struct tnum a, struct tnum b)
tnum              150 kernel/bpf/tnum.c struct tnum tnum_cast(struct tnum a, u8 size)
tnum              157 kernel/bpf/tnum.c bool tnum_is_aligned(struct tnum a, u64 size)
tnum              164 kernel/bpf/tnum.c bool tnum_in(struct tnum a, struct tnum b)
tnum              172 kernel/bpf/tnum.c int tnum_strn(char *str, size_t size, struct tnum a)
tnum              178 kernel/bpf/tnum.c int tnum_sbin(char *str, size_t size, struct tnum a)
tnum             2481 kernel/bpf/verifier.c 	struct tnum reg_off;
tnum             2517 kernel/bpf/verifier.c 	struct tnum reg_off;
tnum             5339 kernel/bpf/verifier.c static u64 gen_hi_min(struct tnum var)
tnum             5345 kernel/bpf/verifier.c static u64 gen_hi_max(struct tnum var)
tnum             5382 kernel/bpf/verifier.c 		struct tnum t = tnum_range(0, bound);
tnum             5414 kernel/bpf/verifier.c 		struct tnum t = tnum_range(bound, U32_MAX);
tnum             6187 kernel/bpf/verifier.c 	struct tnum enforce_attach_type_range = tnum_unknown;
tnum             6189 kernel/bpf/verifier.c 	struct tnum range = tnum_range(0, 1);