Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/net/
Dbpf_jit_comp.c2091 int tccnt_off; /* Offset of saved tailcall counter */ member
2267 tjit->tccnt_off = alloc_stack(tjit, sizeof(u64)); in __arch_prepare_bpf_trampoline()
2285 _EMIT6(0xd203f000 | tjit->tccnt_off, in __arch_prepare_bpf_trampoline()
2424 _EMIT6(0xd203f000 | STK_OFF_TCCNT, 0xf000 | tjit->tccnt_off); in __arch_prepare_bpf_trampoline()
2483 0xf000 | tjit->tccnt_off); in __arch_prepare_bpf_trampoline()