Home
last modified time | relevance | path

Searched refs:tbid (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c35 __u32 tbid; member
59 .tbid = RT_TABLE_MAIN, },
62 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
67 .tbid = RT_TABLE_MAIN, },
70 .lookup_flags = BPF_FIB_LOOKUP_DIRECT | BPF_FIB_LOOKUP_TBID, .tbid = 100,
132 params->tbid = test->tbid; in set_lookup_params()
221 if (!ASSERT_EQ(skel->bss->fib_params.tbid, 0, in test_fib_lookup()
/openbmc/qemu/target/arm/tcg/
H A Dhflags.c212 int tbii, tbid; in rebuild_hflags_a64() local
217 tbid = aa64_va_parameter_tbi(tcr, mmu_idx); in rebuild_hflags_a64()
218 tbii = tbid & ~aa64_va_parameter_tbid(tcr, mmu_idx); in rebuild_hflags_a64()
221 DP_TBFLAG_A64(flags, TBID, tbid); in rebuild_hflags_a64()
368 if (tbid in rebuild_hflags_a64()
385 && tbid in rebuild_hflags_a64()
H A Dtranslate.h67 uint8_t tbid; /* TBI1|TBI0 for data */ member
H A Dtranslate-a64.c256 gen_top_byte_ignore(s, clean, addr, s->tbid); in clean_data_tbi()
294 desc = FIELD_DP32(desc, MTEDESC, TBI, s->tbid); in gen_mte_check1_mmuidx()
326 desc = FIELD_DP32(desc, MTEDESC, TBI, s->tbid); in gen_mte_checkN()
2486 desc = FIELD_DP32(desc, MTEDESC, TBI, s->tbid); in handle_sys()
4227 desc = FIELD_DP32(desc, MTEDESC, TBI, s->tbid); in do_SET()
4282 rdesc = FIELD_DP32(rdesc, MTEDESC, TBI, s->tbid); in do_CPY()
4286 wdesc = FIELD_DP32(wdesc, MTEDESC, TBI, s->tbid); in do_CPY()
11691 dc->tbid = EX_TBFLAG_A64(tb_flags, TBID); in aarch64_tr_init_disas_context()
11733 tcg_debug_assert(dc->tbid & 1); in aarch64_tr_init_disas_context()
H A Dtranslate-sve.c4346 desc = FIELD_DP32(desc, MTEDESC, TBI, s->tbid); in make_svemte_desc()
/openbmc/linux/net/core/
H A Dfilter.c5905 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv4_fib_lookup() local
5909 tbid = params->tbid; in bpf_ipv4_fib_lookup()
5911 params->tbid = 0; in bpf_ipv4_fib_lookup()
5914 tb = fib_get_table(net, tbid); in bpf_ipv4_fib_lookup()
6047 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in bpf_ipv6_fib_lookup() local
6051 tbid = params->tbid; in bpf_ipv6_fib_lookup()
6053 params->tbid = 0; in bpf_ipv6_fib_lookup()
6056 tb = ipv6_stub->fib6_get_table(net, tbid); in bpf_ipv6_fib_lookup()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7060 __u32 tbid; member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7063 __u32 tbid; member
/openbmc/linux/net/ipv6/
H A Droute.c3321 const struct in6_addr *gw_addr, u32 tbid, in ip6_nh_lookup_table() argument
3332 table = fib6_get_table(net, tbid); in ip6_nh_lookup_table()
3354 u32 tbid = l3mdev_fib_table_rcu(dev) ? : RT_TABLE_MAIN; in ip6_route_check_nh_onlink() local
3359 err = ip6_nh_lookup_table(net, cfg, gw_addr, tbid, 0, &res); in ip6_route_check_nh_onlink()