Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bpf/
Dbpf_exp.y56 %token OP_RET OP_TAX OP_TXA OP_LDXB OP_MOD OP_NEG OP_JNEQ OP_JLT OP_JLE OP_LDI
384 : OP_MOD '#' number {
386 | OP_MOD 'x' {
388 | OP_MOD '%' 'x' {
Dbpf_exp.l73 "mod" { return OP_MOD; }
/linux-6.1.9/drivers/misc/altera-stapl/
Daltera.c43 OP_MOD, enumerator
560 case OP_MOD: in altera_execute()