Searched full:jset (Results 1 – 17 of 17) sorted by relevance
| /linux/tools/testing/selftests/bpf/verifier/ |
| H A D | jset.c | 2 "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 D | journal.h | 86 struct jset j; 94 struct jset *data;
|
| H A D | bcache_ondisk.h | 346 struct jset { struct
|
| H A D | bcache.h | 850 * jset: The checksum is _always_ the first 8 bytes of these structs
|
| H A D | btree.c | 491 * in the leaf node, to make sure the oldest jset seq won't in bch_btree_leaf_dirty()
|
| /linux/net/core/ |
| H A D | ptp_classifier.c | 20 * 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 D | verifier_search_pruning.c | 351 " .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 D | compute_live_registers.c | 243 /* Verifier misses that r2 is alive if jset is not handled properly */
|
| H A D | verifier_bounds.c | 1537 __description("dead branch on jset, does not result in invariants violation error")
|
| /linux/tools/bpf/ |
| H A D | bpf_exp.l | 68 "jset" { return OP_JSET; }
|
| H A D | bpf_exp.y | 101 | jset 323 jset
|
| H A D | bpf_dbg.c | 156 [BPF_JMP_JSET] = "jset",
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1608 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 D | verifier.c | 16187 /* JSET doesn't have it's reverse opcode in BPF, so add in rev_opcode()
|
| /linux/Documentation/networking/ |
| H A D | filter.rst | 243 jset 7, 8, 9, 10 Jump on A & <x>
|
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 503 JSET 0x4 any PC += offset if dst & src
|
| /linux/lib/ |
| H A D | test_bpf.c | 3585 "JSET", 12215 BPF_JMP32_IMM_ZEXT(JSET), 12250 BPF_JMP32_REG_ZEXT(JSET),
|