Searched refs:rw_header (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2743 struct bpf_binary_header *rw_header; member 2756 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile() local 2801 rw_header = jit_data->rw_header; in bpf_int_jit_compile() 2802 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile() 2838 bpf_arch_text_copy(&header->size, &rw_header->size, in bpf_int_jit_compile() 2839 sizeof(rw_header->size)); in bpf_int_jit_compile() 2840 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile() 2872 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile() 2896 if (WARN_ON(bpf_jit_binary_pack_finalize(prog, header, rw_header))) { in bpf_int_jit_compile() 2909 jit_data->rw_header = rw_header; in bpf_int_jit_compile() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-log.c | 299 static int rw_header(struct log_c *lc, enum req_op op) in rw_header() function 323 r = rw_header(log, REQ_OP_READ); in read_header() 638 r = rw_header(lc, REQ_OP_WRITE); in disk_resume() 710 r = rw_header(lc, REQ_OP_WRITE); in disk_flush()
|
/openbmc/linux/kernel/bpf/ |
H A D | core.c | 1093 struct bpf_binary_header **rw_header, in bpf_jit_binary_pack_alloc() argument 1114 *rw_header = kvmalloc(size, GFP_KERNEL); in bpf_jit_binary_pack_alloc() 1115 if (!*rw_header) { in bpf_jit_binary_pack_alloc() 1123 bpf_fill_ill_insns(*rw_header, size); in bpf_jit_binary_pack_alloc() 1124 (*rw_header)->size = size; in bpf_jit_binary_pack_alloc() 1131 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc() 1139 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_finalize() argument 1143 ptr = bpf_arch_text_copy(ro_header, rw_header, rw_header->size); in bpf_jit_binary_pack_finalize() 1145 kvfree(rw_header); in bpf_jit_binary_pack_finalize() 1165 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_free() argument [all …]
|
/openbmc/linux/include/linux/ |
H A D | filter.h | 1051 struct bpf_binary_header *rw_header); 1053 struct bpf_binary_header *rw_header);
|