Home
last modified time | relevance | path

Searched defs:cpu_user_regs (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/
A Dprocessor.h12 uint32_t r0;
13 uint32_t r1;
23 union {
32 union {
48 uint32_t sp_irq, lr_irq;
49 uint32_t sp_svc, lr_svc;
50 uint32_t sp_abt, lr_abt;
51 uint32_t sp_und, lr_und;
53 uint32_t r8_fiq, r9_fiq, r10_fiq, r11_fiq, r12_fiq;
54 uint32_t sp_fiq, lr_fiq;
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Dprocessor.h18 struct cpu_user_regs struct
66 register_t sp; /* Valid for hypervisor frames */
70 uint32_t cpsr; /* SPSR_EL2 */
71 uint32_t hsr; /* ESR_EL2 */
75 union {
80 uint32_t pad1; /* Doubleword-align the user half of the frame */
83 uint32_t spsr_fiq, spsr_irq, spsr_und, spsr_abt;
86 uint64_t sp_el0;
87 uint64_t sp_el1, elr_el1;
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/
A Dxen-x86_32.h134 struct cpu_user_regs { struct
156 typedef struct cpu_user_regs cpu_user_regs_t; argument
A Dxen-x86_64.h179 struct cpu_user_regs { struct
209 typedef struct cpu_user_regs cpu_user_regs_t; argument
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dx86-emulate.c124 void (*exception_callback)(void *, struct cpu_user_regs *), in emul_test_get_fpu()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dirq.c152 void (*handler)(int, void *, struct cpu_user_regs *), in request_irq()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dirq.c796 uint8_t vector, void (*handler)(struct cpu_user_regs *)) in set_direct_apic_vector()
803 uint8_t *vector, void (*handler)(struct cpu_user_regs *)) in alloc_direct_apic_vector()
964 void (*handler)(int, void *, struct cpu_user_regs *), in request_irq()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Demulate.c1857 void (*exception_callback)(void *, struct cpu_user_regs *), in hvmemul_get_fpu()

Completed in 17 milliseconds