Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c406 #define OPCODE 0xfc000000 macro
521 if ((opcode & OPCODE) == LL) { in simulate_llsc()
525 if ((opcode & OPCODE) == SC) { in simulate_llsc()
639 if (!(opcode & OPCODE)) in do_tr()
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c416 #define OPCODE 0xfc000000 macro
531 if ((opcode & OPCODE) == LL) { in simulate_llsc()
535 if ((opcode & OPCODE) == SC) { in simulate_llsc()
649 if (!(opcode & OPCODE)) in do_tr()
/linux-2.4.37.9/drivers/cdrom/
Dmcdx.h136 #define OPCODE 1 /* offset of opcode */ macro