Home
last modified time | relevance | path

Searched refs:new_desc (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kvm/
Demulate.c2174 struct desc_struct new_desc; in em_jmp_far() local
2181 &new_desc); in em_jmp_far()
2250 struct desc_struct new_desc; in em_ret_far() local
2263 &new_desc); in em_ret_far()
3073 ulong old_tss_base, struct desc_struct *new_desc) in task_switch_16() argument
3077 u32 new_tss_base = get_desc_base(new_desc); in task_switch_16()
3212 ulong old_tss_base, struct desc_struct *new_desc) in task_switch_32() argument
3216 u32 new_tss_base = get_desc_base(new_desc); in task_switch_32()
3476 struct desc_struct old_desc, new_desc; in em_call_far() local
3486 X86_TRANSFER_CALL_JMP, &new_desc); in em_call_far()