Searched refs:opmask (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/dma/ |
H A D | pl330.c | 312 uint8_t opmask; member 1069 { .opcode = 0x00, .opmask = 0xFF, .size = 1, .exec = pl330_dmaend, }, 1071 { .opcode = 0xA0, .opmask = 0xFD, .size = 6, .exec = pl330_dmago, }, 1072 { .opcode = 0x04, .opmask = 0xFC, .size = 1, .exec = pl330_dmald, }, 1073 { .opcode = 0x25, .opmask = 0xFD, .size = 2, .exec = pl330_dmaldp, }, 1074 { .opcode = 0x20, .opmask = 0xFD, .size = 2, .exec = pl330_dmalp, }, 1085 { .opcode = 0x08, .opmask = 0xFC, .size = 1, .exec = pl330_dmast, }, 1090 { .opcode = 0x00, .opmask = 0x00, .size = 0, .exec = NULL, } 1095 { .opcode = 0xA0, .opmask = 0xFD, .size = 6, .exec = pl330_dmago, }, 1098 { .opcode = 0x00, .opmask = 0x00, .size = 0, .exec = NULL, } [all …]
|
/openbmc/qemu/target/i386/ |
H A D | xsave_helper.c | 85 XSaveOpmask *opmask; in x86_cpu_xsave_all_areas() local 95 opmask = buf + e->offset; in x86_cpu_xsave_all_areas() 98 memcpy(&opmask->opmask_regs, env->opmask_regs, in x86_cpu_xsave_all_areas() 218 const XSaveOpmask *opmask; in x86_cpu_xrstor_all_areas() local 232 opmask = buf + e->offset; in x86_cpu_xrstor_all_areas() 238 memcpy(env->opmask_regs, &opmask->opmask_regs, in x86_cpu_xrstor_all_areas()
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | sysfs.c | 1231 static int idxd_verify_supported_opcap(struct idxd_device *idxd, unsigned long *opmask) in idxd_verify_supported_opcap() argument 1241 for_each_set_bit(bit, opmask, IDXD_MAX_OPCAP_BITS) { in idxd_verify_supported_opcap() 1254 unsigned long *opmask; in wq_op_config_store() local 1260 opmask = bitmap_zalloc(IDXD_MAX_OPCAP_BITS, GFP_KERNEL); in wq_op_config_store() 1261 if (!opmask) in wq_op_config_store() 1264 rc = bitmap_parse(buf, count, opmask, IDXD_MAX_OPCAP_BITS); in wq_op_config_store() 1268 rc = idxd_verify_supported_opcap(idxd, opmask); in wq_op_config_store() 1272 bitmap_copy(wq->opcap_bmap, opmask, IDXD_MAX_OPCAP_BITS); in wq_op_config_store() 1274 bitmap_free(opmask); in wq_op_config_store() 1278 bitmap_free(opmask); in wq_op_config_store()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | pio.c | 666 u8 opval, opmask; in sc_alloc() local 744 opmask = USER_OPCODE_CHECK_MASK; in sc_alloc() 747 opmask = OPCODE_CHECK_MASK_DISABLED; in sc_alloc() 752 ((u64)opmask << SC(CHECK_OPCODE_MASK_SHIFT)) | in sc_alloc()
|
H A D | sdma.c | 2014 u8 opval, opmask; in init_sdma_regs() local 2034 opmask = OPCODE_CHECK_MASK_DISABLED; in init_sdma_regs() 2037 (opmask << SEND_CTXT_CHECK_OPCODE_MASK_SHIFT) | in init_sdma_regs()
|