Searched refs:old_tss_base (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ | 
| D | emulate.c | 3101 			  ulong old_tss_base, struct desc_struct *new_desc)  in task_switch_16()  argument 3107 	ret = linear_read_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg));  in task_switch_16() 3113 	ret = linear_write_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg));  in task_switch_16() 3240 			  ulong old_tss_base, struct desc_struct *new_desc)  in task_switch_32()  argument 3248 	ret = linear_read_system(ctxt, old_tss_base, &tss_seg, sizeof(tss_seg));  in task_switch_32() 3255 	ret = linear_write_system(ctxt, old_tss_base + eip_offset, &tss_seg.eip,  in task_switch_32() 3285 	ulong old_tss_base =  in emulator_do_task_switch()  local 3348 				     old_tss_base, &next_tss_desc);  in emulator_do_task_switch() 3351 				     old_tss_base, &next_tss_desc);  in emulator_do_task_switch()
  |