Searched refs:A64_FP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 308 * current A64_FP => -16:+-----+ in build_prologue() 341 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 342 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue() 679 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue() 1917 emit(A64_PUSH(A64_FP, A64_R(9), A64_SP), ctx); in prepare_trampoline() 1918 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline() 1921 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in prepare_trampoline() 1922 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in prepare_trampoline() 2004 emit(A64_MOV(1, A64_SP, A64_FP), ctx); in prepare_trampoline() 2007 emit(A64_POP(A64_FP, A64_L in prepare_trampoline() [all...] |
H A D | bpf_jit.h | 14 #define A64_FP AARCH64_INSN_REG_FP macro
|
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 209 * current A64_FP => -16:+-----+ in build_prologue() 231 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue() 232 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue() 351 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); in build_epilogue()
|
H A D | bpf_jit.h | 14 #define A64_FP AARCH64_INSN_REG_FP macro
|
Completed in 10 milliseconds