Searched refs:VERIFIER_SIXTEEN (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 191 #define VERIFIER_SIXTEEN 16
macro 483 char postfix[VERIFIER_SIXTEEN] = {0}, prefix[VERIFIER_SIXTEEN] = {0};
in reg_type_str() 508 strncpy(postfix, "or_null_", VERIFIER_SIXTEEN);
in reg_type_str() 510 strncpy(postfix, "_or_null", VERIFIER_SIXTEEN);
in reg_type_str() 515 strncpy(prefix, "rdonly_", VERIFIER_SIXTEEN);
in reg_type_str() 518 strncpy(prefix, "alloc_", VERIFIER_SIXTEEN);
in reg_type_str() 7581 static const u8 opcode_flip[VERIFIER_SIXTEEN] = {
in reg_set_min_max_inv() 10791 struct bpf_insn insn_buf[VERIFIER_SIXTEEN], *insn;
in convert_ctx_accesses() 11233 struct bpf_insn insn_buf[VERIFIER_SIXTEEN];
in fixup_bpf_calls() [all...] |
Completed in 15 milliseconds