Home
last modified time | relevance | path

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

/linux-4.4.14/tools/net/
Dbpf_exp.y53 %token OP_LDB OP_LDH OP_LD OP_LDX OP_ST OP_STX OP_JMP OP_JEQ OP_JGT OP_JGE
237 : OP_LD '#' number {
239 | OP_LD K_PKT_LEN {
241 | OP_LD K_PROTO {
244 | OP_LD K_TYPE {
247 | OP_LD K_IFIDX {
250 | OP_LD K_NLATTR {
253 | OP_LD K_NLATTR_NEST {
256 | OP_LD K_MARK {
259 | OP_LD K_QUEUE {
[all …]
Dbpf_exp.l49 "ld" { return OP_LD; }
/linux-4.4.14/arch/powerpc/kvm/
Demulate_loadstore.c171 case OP_LD: in kvmppc_emulate_loadstore()
/linux-4.4.14/arch/powerpc/include/asm/
Dppc-opcode.h115 #define OP_LD 58 macro