Searched defs:throughable_mask (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 104 uint32_t throughable_mask = ~(reg->emu_mask | reg->ro_mask); in get_throughable_mask() local 177 uint8_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_byte_reg_write() local 196 uint16_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_word_reg_write() local 215 uint32_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_long_reg_write() local 320 uint16_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_cmd_reg_write() local 554 uint32_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_exp_rom_bar_reg_write() local 1105 uint16_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_msgctrl_reg_write() local 1495 uint16_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_msixctrl_reg_write() local
|