Searched refs:ti (Results 1 – 10 of 10) sorted by relevance
51 const struct trap_info *ti; in pv_inject_event() local73 ti = &curr->arch.pv_vcpu.trap_ctxt[vector]; in pv_inject_event()76 tb->cs = ti->cs; in pv_inject_event()77 tb->eip = ti->address; in pv_inject_event()101 if ( TI_GET_IF(ti) ) in pv_inject_event()147 struct trap_info *ti = &v->arch.pv_vcpu.trap_ctxt[0x80]; in init_int80_direct_trap() local150 tb->cs = ti->cs; in init_int80_direct_trap()151 tb->eip = ti->address; in init_int80_direct_trap()156 tb->flags = TBF_EXCEPTION | (TI_GET_IF(ti) ? TBF_INTERRUPT : 0); in init_int80_direct_trap()
138 const struct trap_info *ti; in compat_iret() local169 ti = &v->arch.pv_vcpu.trap_ctxt[TRAP_gp_fault]; in compat_iret()170 if ( TI_GET_IF(ti) ) in compat_iret()179 regs->eip = ti->address; in compat_iret()180 regs->cs = ti->cs; in compat_iret()
350 struct xen_sysctl_cputopoinfo *ti = &op->u.cputopoinfo; in do_sysctl() local353 if ( !guest_handle_is_null(ti->cputopo) ) in do_sysctl()357 if ( num_cpus > ti->num_cpus ) in do_sysctl()358 num_cpus = ti->num_cpus; in do_sysctl()386 if ( !ret && (ti->num_cpus != i) ) in do_sysctl()388 ti->num_cpus = i; in do_sysctl()412 if ( guest_handle_is_null(ti->devs) || in do_sysctl()413 guest_handle_is_null(ti->nodes) ) in do_sysctl()419 while ( i < ti->num_devs ) in do_sysctl()451 if ( !ret && (ti->num_devs != i) ) in do_sysctl()[all …]
111 size_t ti, void *wrkmem) in lzo1x_1_do_compress() argument123 ip += ti < 4 ? 4 - ti : 0; in lzo1x_1_do_compress()141 ii -= ti; in lzo1x_1_do_compress()142 ti = 0; in lzo1x_1_do_compress()301 return in_end - (ii - ti); in lzo1x_1_do_compress()
201 struct ti struct
1196 uint32_t TSS32(struct ti *ti, struct to *to, in TSS32() argument1501 TSS32((struct ti*)ADDR_FROM_SEG_OFF(ES, in TCGInterruptHandler()
1508 const struct trap_info *ti; in do_general_protection() local1510 ti = &v->arch.pv_vcpu.trap_ctxt[vector]; in do_general_protection()1511 if ( permit_softint(TI_GET_DPL(ti), v, regs) ) in do_general_protection()
504 unsigned long ti:1; /* Trapped instruction */ member
2121 if ( hsr.wfi_wfe.ti ) { in do_trap_guest_sync()
78 The second mechanism is by ti replace the call or jump to the
Completed in 22 milliseconds