Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c53 RV_CTX_F_SEEN_CALL = RV_REG_RA, enumerator
81 case RV_CTX_F_SEEN_CALL: in seen_reg()
100 __set_bit(RV_CTX_F_SEEN_CALL, &ctx->flags); in mark_call()
105 return test_bit(RV_CTX_F_SEEN_CALL, &ctx->flags); in seen_call()