Searched refs:hvf_sreg_match (Results 1 – 1 of 1) sorted by relevance
392 struct hvf_sreg_match { struct398 static struct hvf_sreg_match hvf_sreg_match[] = { variable578 for (i = 0; i < ARRAY_SIZE(hvf_sreg_match); i++) { in hvf_get_registers()579 if (hvf_sreg_match[i].cp_idx == -1) { in hvf_get_registers()585 switch (hvf_sreg_match[i].reg) { in hvf_get_registers()715 for (i = 0; i < ARRAY_SIZE(hvf_sreg_match); i++) { in hvf_put_registers()716 if (hvf_sreg_match[i].cp_idx == -1) { in hvf_put_registers()722 switch (hvf_sreg_match[i].reg) { in hvf_put_registers()962 uint32_t key = hvf_sreg_match[i].key; in hvf_arch_init_vcpu()967 hvf_sreg_match[i].cp_idx = sregs_cnt; in hvf_arch_init_vcpu()[all …]