Home
last modified time | relevance | path

Searched refs:tccnt_off (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/s390/net/
Dbpf_jit_comp.c2454 int tccnt_off; /* Offset of saved tailcall counter */ member
2631 tjit->tccnt_off = alloc_stack(tjit, sizeof(u64)); in __arch_prepare_bpf_trampoline()
2649 _EMIT6(0xd203f000 | tjit->tccnt_off, in __arch_prepare_bpf_trampoline()
2788 _EMIT6(0xd203f000 | STK_OFF_TCCNT, 0xf000 | tjit->tccnt_off); in __arch_prepare_bpf_trampoline()
2847 0xf000 | tjit->tccnt_off); in __arch_prepare_bpf_trampoline()