OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KSTK_EIP
(Results
1 - 22
of
22
) sorted by null
/bionic/libc/kernel/arch-mips/asm/
processor.h
86
#define
KSTK_EIP
(tsk) (task_pt_regs(tsk)->cp0_epc)
/development/ndk/platforms/android-9/arch-mips/include/asm/
processor.h
86
#define
KSTK_EIP
(tsk) (task_pt_regs(tsk)->cp0_epc)
/external/kernel-headers/original/asm-arm/
processor.h
98
#define
KSTK_EIP
(tsk) task_pt_regs(tsk)->ARM_pc
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
processor.h
86
#define
KSTK_EIP
(tsk) (task_pt_regs(tsk)->cp0_epc)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
processor.h
86
#define
KSTK_EIP
(tsk) (task_pt_regs(tsk)->cp0_epc)
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
processor.h
86
#define
KSTK_EIP
(tsk) (task_pt_regs(tsk)->cp0_epc)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
processor.h
86
#define
KSTK_EIP
(tsk) (task_pt_regs(tsk)->cp0_epc)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
processor.h
86
#define
KSTK_EIP
(tsk) (task_pt_regs(tsk)->cp0_epc)
/external/kernel-headers/original/asm-mips/
processor.h
227
#define
KSTK_EIP
(tsk) (task_pt_regs(tsk)->cp0_epc)
/bionic/libc/kernel/arch-x86/asm/
processor_32.h
242
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h
242
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h
232
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h
232
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
232
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
232
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
232
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
242
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
242
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
242
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h
242
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
242
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
/external/kernel-headers/original/asm-x86/
processor_32.h
454
#define
KSTK_EIP
(task) (task_pt_regs(task)->eip)
Completed in 77 milliseconds