Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/mm/
Dmisalignment.c155 u_int32_t opmask; member
355 npop = ilog2(pop->opcode | pop->opmask); in misalignment()
362 if ((opcode & pop->opmask) == pop->opcode) in misalignment()
366 xm = pop->opmask >> (npop - noc); in misalignment()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio.c679 u8 opval, opmask; in sc_alloc() local
746 opmask = USER_OPCODE_CHECK_MASK; in sc_alloc()
749 opmask = OPCODE_CHECK_MASK_DISABLED; in sc_alloc()
754 ((u64)opmask << SC(CHECK_OPCODE_MASK_SHIFT)) | in sc_alloc()
Dsdma.c1727 u8 opval, opmask; in init_sdma_regs() local
1748 opmask = OPCODE_CHECK_MASK_DISABLED; in init_sdma_regs()
1751 (opmask << SEND_CTXT_CHECK_OPCODE_MASK_SHIFT) | in init_sdma_regs()
/linux-4.4.14/arch/s390/kernel/
Ddis.c1782 unsigned char opmask; in find_insn() local
1854 opmask = formats[table->format][0]; in find_insn()
1855 if (table->opfrag == (opfrag & opmask)) in find_insn()