Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c2089 int tccnt_off; /* Offset of saved tailcall counter */ member
2265 tjit->tccnt_off = alloc_stack(tjit, sizeof(u64)); in __arch_prepare_bpf_trampoline()
2283 _EMIT6(0xd203f000 | tjit->tccnt_off, in __arch_prepare_bpf_trampoline()
2422 _EMIT6(0xd203f000 | STK_OFF_TCCNT, 0xf000 | tjit->tccnt_off); in __arch_prepare_bpf_trampoline()
2481 0xf000 | tjit->tccnt_off); in __arch_prepare_bpf_trampoline()