Home
last modified time | relevance | path

Searched defs:REG_SET_SEEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h77 #define REG_SET_SEEN(ctx, nr) { if (ctx->reg_seen_collect) ctx->reg_seen |= BIT(nr); } macro
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c125 #define REG_SET_SEEN(b1) \ macro