Searched refs:sve_reg_to_region (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | guest.c | 357 * If you are tempted to modify this, you must also rework sve_reg_to_region() 373 static int sve_reg_to_region(struct sve_state_reg_region *region, in sve_reg_to_region() function 451 ret = sve_reg_to_region(®ion, vcpu, reg); in get_sve_reg() 477 ret = sve_reg_to_region(®ion, vcpu, reg); in set_sve_reg()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | guest.c | 401 * If you are tempted to modify this, you must also rework sve_reg_to_region() 417 static int sve_reg_to_region(struct sve_state_reg_region *region, in sve_reg_to_region() function 495 ret = sve_reg_to_region(®ion, vcpu, reg); in get_sve_reg() 521 ret = sve_reg_to_region(®ion, vcpu, reg); in set_sve_reg()
|
Completed in 4 milliseconds