Home
last modified time | relevance | path

Searched refs:EIP (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
DREADME.rst297 EIP: 0010:XXXXXXXX
316 - 在调试像上面这样的转储时,如果您可以查找EIP值的含义,这将非常有帮助。
318 您应该做的是从EIP行获取十六进制值(忽略 ``0010:`` ),然后在内核名字列表
322 文件“linux/vmlinux”。要提取名字列表并将其与内核崩溃中的EIP进行匹配,
343 普通的gdb命令。查找系统崩溃点的命令是 ``l *0xXXXXXXXX`` (将xxx替换为EIP
Dbug-hunting.rst117 在用 ``CONFIG_DEBUG_INFO`` 编译的内核上,你可以直接从OOPS复制EIP值::
119 EIP: 0060:[<c021e50e>] Not tainted VLI
128 EIP is at vt_ioctl+0xda8/0x1482
200 EIP is at +0x14/0x4c0
320 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868]
/Linux-v5.15/Documentation/translations/zh_TW/admin-guide/
DREADME.rst300 EIP: 0010:XXXXXXXX
319 - 在調試像上面這樣的轉儲時,如果您可以查找EIP值的含義,這將非常有幫助。
321 您應該做的是從EIP行獲取十六進位值(忽略 ``0010:`` ),然後在內核名字列表
325 文件「linux/vmlinux」。要提取名字列表並將其與內核崩潰中的EIP進行匹配,
346 普通的gdb命令。查找系統崩潰點的命令是 ``l *0xXXXXXXXX`` (將xxx替換爲EIP
Dbug-hunting.rst120 在用 ``CONFIG_DEBUG_INFO`` 編譯的內核上,你可以直接從OOPS複製EIP值::
122 EIP: 0060:[<c021e50e>] Not tainted VLI
131 EIP is at vt_ioctl+0xda8/0x1482
203 EIP is at +0x14/0x4c0
323 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868]
/Linux-v5.15/arch/x86/um/
Dptrace_32.c67 [EIP] = HOST_IP,
86 case EIP: in putreg()
157 case EIP: in getreg()
Duser-offsets.c24 DEFINE(HOST_IP, EIP); in foo()
/Linux-v5.15/arch/x86/include/uapi/asm/
Dptrace-abi.h19 #define EIP 12 macro
/Linux-v5.15/arch/x86/um/os-Linux/
Dmcontext.c18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
/Linux-v5.15/Documentation/admin-guide/
Dbug-hunting.rst120 EIP value from the OOPS::
122 EIP: 0060:[<c021e50e>] Not tainted VLI
132 EIP is at vt_ioctl+0xda8/0x1482
210 EIP is at +0x14/0x4c0
358 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868]
DREADME.rst351 EIP: 0010:XXXXXXXX
374 look up what the EIP value means. The hex value as such doesn't help
376 kernel setup. What you should do is take the hex value from the EIP
383 the EIP from the kernel crash, do::
413 with the EIP value.)
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Darmada3700-periph-clock.txt30 15 eip97 EIP 97
/Linux-v5.15/Documentation/translations/zh_CN/
Doops-tracing.txt165 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868]
/Linux-v5.15/Documentation/translations/zh_TW/
Doops-tracing.txt164 Aug 29 09:51:01 blizard kernel: EIP: 0010:[oops:_oops+16/3868]
/Linux-v5.15/Documentation/devicetree/bindings/arm/marvell/
Dcp110-system-controller.txt37 - 0 2 EIP
/Linux-v5.15/drivers/crypto/
DKconfig837 This driver interfaces with the SafeXcel EIP-97 and EIP-197 cryptographic
/Linux-v5.15/Documentation/filesystems/
Dproc.rst359 eip current value of EIP
/Linux-v5.15/lib/
DKconfig.debug206 of the BUG call as well as the EIP and oops trace. This aids