Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dirq.c126 .adjust_exception_frame = xen_adjust_exception_frame,
/linux-4.1.27/arch/x86/kernel/
Dasm-offsets_64.c25 OFFSET(PV_IRQ_adjust_exception_frame, pv_irq_ops, adjust_exception_frame); in main()
Dparavirt.c339 .adjust_exception_frame = paravirt_nop,
/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h216 void (*adjust_exception_frame)(void); member