Searched refs:get_throughable_mask (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/hw/xen/ |
| H A D | xen_pt_config_init.c | 101 static uint32_t get_throughable_mask(const XenPCIPassthroughState *s, in get_throughable_mask() function 177 uint8_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_byte_reg_write() 196 uint16_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_word_reg_write() 215 uint32_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_long_reg_write() 320 uint16_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_cmd_reg_write() 554 uint32_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_exp_rom_bar_reg_write() 1105 uint16_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_msgctrl_reg_write() 1495 uint16_t throughable_mask = get_throughable_mask(s, reg, valid_mask); in xen_pt_msixctrl_reg_write()
|