Searched refs:emit_prologue (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 297 static void emit_prologue(void) in emit_prologue() function 451 emit_prologue(); in main()
|
/kernel/linux/linux-5.10/arch/x86/net/ |
H A D | bpf_jit_comp.c | 271 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue() function 806 emit_prologue(&prog, bpf_prog->aux->stack_depth, in do_jit()
|
H A D | bpf_jit_comp32.c | 1200 static void emit_prologue(u8 **pprog, u32 stack_depth) in emit_prologue() function 1489 emit_prologue(&prog, bpf_prog->aux->stack_depth); in do_jit()
|
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 293 static void emit_prologue(u8 **pprog, u32 stack_depth, bool ebpf_from_cbpf, in emit_prologue() function 408 * See emit_prologue(), for IBT builds the trampoline hook is preceded in bpf_arch_text_poke() 1046 emit_prologue(&prog, bpf_prog->aux->stack_depth, in do_jit()
|
H A D | bpf_jit_comp32.c | 1200 static void emit_prologue(u8 **pprog, u32 stack_depth) in emit_prologue() function 1670 emit_prologue(&prog, bpf_prog->aux->stack_depth); in do_jit()
|
Completed in 12 milliseconds