Searched refs:rep_count (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hv/ |
| H A D | mshv_common.c | 37 int rep_count, i; in hv_call_get_vp_registers() local 53 rep_count = min(remaining, HV_GET_REGISTER_BATCH_SIZE); in hv_call_get_vp_registers() 54 for (i = 0; i < rep_count; ++i) in hv_call_get_vp_registers() 57 status = hv_do_rep_hypercall(HVCALL_GET_VP_REGISTERS, rep_count, in hv_call_get_vp_registers() 82 int rep_count; in hv_call_set_vp_registers() local 96 rep_count = min(remaining, HV_SET_REGISTER_BATCH_SIZE); in hv_call_set_vp_registers() 98 sizeof(struct hv_register_assoc) * rep_count); in hv_call_set_vp_registers() 100 status = hv_do_rep_hypercall(HVCALL_SET_VP_REGISTERS, rep_count, in hv_call_set_vp_registers()
|
| H A D | mshv_root_hv_call.c | 208 int rep_count = min(remain, HV_MAP_GPA_BATCH_SIZE); in hv_do_map_gpa_hcall() local 218 for (i = 0; i < rep_count; i++) in hv_do_map_gpa_hcall() 235 status = hv_do_rep_hypercall(HVCALL_MAP_GPA_PAGES, rep_count, 0, in hv_do_map_gpa_hcall() 310 int rep_count = min(remain, HV_UMAP_GPA_PAGES); in hv_call_unmap_gpa_pages() local 318 status = hv_do_rep_hypercall(HVCALL_UNMAP_GPA_PAGES, rep_count, in hv_call_unmap_gpa_pages() 343 int rep_count, i; in hv_call_get_gpa_access_states() local 356 rep_count = min(remaining, HV_GET_GPA_ACCESS_STATES_BATCH_SIZE); in hv_call_get_gpa_access_states() 358 status = hv_do_rep_hypercall(HVCALL_GET_GPA_PAGES_ACCESS_STATES, rep_count, in hv_call_get_gpa_access_states() 1024 int rep_count = min(remain, in hv_call_modify_spa_host_access() local 1039 for (i = 0; i < rep_count; i++) { in hv_call_modify_spa_host_access() [all …]
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 132 static inline u64 hv_do_rep_hypercall_ex(u16 code, u16 rep_count, in hv_do_rep_hypercall_ex() argument 141 control |= (u64)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall_ex() 155 } while (rep_comp < rep_count); in hv_do_rep_hypercall_ex() 161 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() argument 164 return hv_do_rep_hypercall_ex(code, rep_count, varhead_size, 0, in hv_do_rep_hypercall()
|
| /linux/drivers/media/usb/dvb-usb/ |
| H A D | m920x.h | 67 int rep_count; member
|
| /linux/drivers/accessibility/speakup/ |
| H A D | main.c | 1081 static int rep_count; in spkup_write() local 1100 if (++rep_count > 2) in spkup_write() 1103 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write() 1106 ++rep_count); in spkup_write() 1109 rep_count = 0; in spkup_write() 1112 rep_count = 0; in spkup_write() 1120 rep_count = 0; in spkup_write() 1136 rep_count = 0; in spkup_write() 1142 rep_count = 0; in spkup_write() 1148 if (in_count > 2 && rep_count > 2) { in spkup_write() [all …]
|