Searched refs:r14_off (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2092 int r14_off; /* Offset of saved %r14, has to be at the member 2268 tjit->r14_off = alloc_stack(tjit, sizeof(u64) * 2); in __arch_prepare_bpf_trampoline() 2327 /* stg %r14,r14_off(%r15) */ in __arch_prepare_bpf_trampoline() 2328 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_14, REG_0, REG_15, tjit->r14_off); in __arch_prepare_bpf_trampoline() 2475 /* lg %r14,r14_off(%r15) */ in __arch_prepare_bpf_trampoline() 2476 EMIT6_DISP_LH(0xe3000000, 0x0004, REG_14, REG_0, REG_15, tjit->r14_off); in __arch_prepare_bpf_trampoline()
|
Completed in 3 milliseconds