Searched refs:r14_off (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/s390/net/ |
D | bpf_jit_comp.c | 2455 int r14_off; /* Offset of saved %r14, has to be at the member 2632 tjit->r14_off = alloc_stack(tjit, sizeof(u64) * 2); in __arch_prepare_bpf_trampoline() 2692 EMIT6_DISP_LH(0xe3000000, 0x0024, REG_14, REG_0, REG_15, tjit->r14_off); in __arch_prepare_bpf_trampoline() 2840 EMIT6_DISP_LH(0xe3000000, 0x0004, REG_14, REG_0, REG_15, tjit->r14_off); in __arch_prepare_bpf_trampoline()
|