Home
last modified time | relevance | path

Searched full:jset (Results 1 – 17 of 17) sorted by relevance

/linux/tools/testing/selftests/bpf/verifier/
H A Djset.c2 "jset: functional",
59 "jset: sign-extend",
77 "jset: known const compare",
90 "jset: known const compare bad",
104 "jset: unknown const compare taken",
119 "jset: unknown const compare not taken",
133 "jset: half-known const compare",
147 "jset: range",
/linux/drivers/md/bcache/
H A Djournal.h86 struct jset j;
94 struct jset *data;
H A Dbcache_ondisk.h346 struct jset { struct
H A Dbcache.h850 * jset: The checksum is _always_ the first 8 bytes of these structs
H A Dbtree.c491 * in the leaf node, to make sure the oldest jset seq won't in bch_btree_leaf_dirty()
/linux/net/core/
H A Dptp_classifier.c20 * jset #0x1fff, drop_ipv4 ; don't allow fragments
62 * jset #0x1fff, drop_8021q_ipv4; don't allow fragments
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_search_pruning.c351 " .8byte %[jset];" /* same as 'if r7 & 0x702000 goto 1b;' */ in short_loop1()
358 : __imm_insn(jset, BPF_JMP_IMM(BPF_JSET, BPF_REG_7, 0x702000, -2)) in short_loop1()
H A Dcompute_live_registers.c243 /* Verifier misses that r2 is alive if jset is not handled properly */
H A Dverifier_bounds.c1537 __description("dead branch on jset, does not result in invariants violation error")
/linux/tools/bpf/
H A Dbpf_exp.l68 "jset" { return OP_JSET; }
H A Dbpf_exp.y101 | jset
323 jset
H A Dbpf_dbg.c156 [BPF_JMP_JSET] = "jset",
/linux/kernel/bpf/
H A Dcore.c1608 INSN_3(JMP32, JSET, X), \
1620 INSN_3(JMP32, JSET, K), \
1633 INSN_3(JMP, JSET, X), \
1645 INSN_3(JMP, JSET, K), \
2079 COND_JMP(u, JSET, &) in ___bpf_prog_run()
H A Dverifier.c16187 /* JSET doesn't have it's reverse opcode in BPF, so add in rev_opcode()
/linux/Documentation/networking/
H A Dfilter.rst243 jset 7, 8, 9, 10 Jump on A & <x>
/linux/Documentation/bpf/standardization/
H A Dinstruction-set.rst503 JSET 0x4 any PC += offset if dst & src
/linux/lib/
H A Dtest_bpf.c3585 "JSET",
12215 BPF_JMP32_IMM_ZEXT(JSET),
12250 BPF_JMP32_REG_ZEXT(JSET),