Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dtraps.c51 const struct trap_info *ti; in pv_inject_event() local
73 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() local
150 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()
A Diret.c138 const struct trap_info *ti; in compat_iret() local
169 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()
/xen-4.10.0-shim-comet/xen/common/
A Dsysctl.c350 struct xen_sysctl_cputopoinfo *ti = &op->u.cputopoinfo; in do_sysctl() local
353 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 …]
A Dlzo.c111 size_t ti, void *wrkmem) in lzo1x_1_do_compress() argument
123 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()
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/
A Dtcgbios.h201 struct ti struct
A Dtcgbios.c1196 uint32_t TSS32(struct ti *ti, struct to *to, in TSS32() argument
1501 TSS32((struct ti*)ADDR_FROM_SEG_OFF(ES, in TCGInterruptHandler()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c1508 const struct trap_info *ti; in do_general_protection() local
1510 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()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dprocessor.h504 unsigned long ti:1; /* Trapped instruction */ member
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dtraps.c2121 if ( hsr.wfi_wfe.ti ) { in do_trap_guest_sync()
/xen-4.10.0-shim-comet/docs/misc/
A Dlivepatch.markdown78 The second mechanism is by ti replace the call or jump to the

Completed in 21 milliseconds