Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c61 RV_CTX_F_SEEN_CALL = RV_REG_RA, enumerator
89 case RV_CTX_F_SEEN_CALL: in seen_reg()
108 __set_bit(RV_CTX_F_SEEN_CALL, &ctx->flags); in mark_call()
113 return test_bit(RV_CTX_F_SEEN_CALL, &ctx->flags); in seen_call()