Searched refs:image_ptr (Results 1 – 6 of 6) sorted by relevance
| /arch/parisc/kernel/ |
| A D | perf.c | 181 static int perf_config(uint32_t *image_ptr); 215 static int perf_config(uint32_t *image_ptr) in perf_config() argument 229 error = perf_write_image((uint64_t *)image_ptr); in perf_config()
|
| /arch/mips/net/ |
| A D | bpf_jit_comp.c | 920 u8 *image_ptr; in bpf_int_jit_compile() local 988 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 998 ctx.target = (u32 *)image_ptr; in bpf_int_jit_compile()
|
| /arch/loongarch/net/ |
| A D | bpf_jit.c | 1754 u8 *image_ptr; in bpf_int_jit_compile() local 1793 image_ptr = jit_data->image; in bpf_int_jit_compile() 1828 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1836 ctx.image = (union loongarch_instruction *)image_ptr; in bpf_int_jit_compile() 1838 prog->aux->extable = (void *)image_ptr + prog_size; in bpf_int_jit_compile() 1882 jit_data->image = image_ptr; in bpf_int_jit_compile()
|
| /arch/sparc/net/ |
| A D | bpf_jit_comp_64.c | 1489 u8 *image_ptr; in bpf_int_jit_compile() local 1517 image_ptr = jit_data->image; in bpf_int_jit_compile() 1570 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 1577 ctx.image = (u32 *)image_ptr; in bpf_int_jit_compile() 1612 jit_data->image = image_ptr; in bpf_int_jit_compile()
|
| /arch/arm/net/ |
| A D | bpf_jit_32.c | 2153 u8 *image_ptr; in bpf_int_jit_compile() local 2236 header = bpf_jit_binary_alloc(image_size, &image_ptr, in bpf_int_jit_compile() 2247 ctx.target = (u32 *) image_ptr; in bpf_int_jit_compile() 2288 image_ptr = NULL; in bpf_int_jit_compile()
|
| /arch/arm64/net/ |
| A D | bpf_jit_comp.c | 1968 u8 *image_ptr; in bpf_int_jit_compile() local 2018 image_ptr = (void *)header + ((void *)ro_image_ptr in bpf_int_jit_compile() 2068 sizeof(u32), &header, &image_ptr, in bpf_int_jit_compile() 2084 ctx.image = (__le32 *)image_ptr; in bpf_int_jit_compile()
|
Completed in 25 milliseconds