search for: pt_word_reg_read

Displaying 1 result from an estimated 1 matches for "pt_word_reg_read".

2008 Sep 27
0
[PATCH 8/9] qemu: enable HMV guest SR-IOV support
..._t pt_device_reg_init(struct pt_dev *ptdev, + struct pt_reg_info_tbl *reg, uint32_t real_offset); static uint32_t pt_ptr_reg_init(struct pt_dev *ptdev, struct pt_reg_info_tbl *reg, uint32_t real_offset); static uint32_t pt_status_reg_init(struct pt_dev *ptdev, @@ -90,6 +94,9 @@ static int pt_word_reg_read(struct pt_dev *ptdev, static int pt_long_reg_read(struct pt_dev *ptdev, struct pt_reg_tbl *cfg_entry, uint32_t *value, uint32_t valid_mask); +static int pt_cmd_reg_read(struct pt_dev *ptdev, + struct pt_reg_tbl *cfg_entry, + uint16_t *value, uint16_t valid_mask); static int pt_bar...