~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/translations/zh_CN/arch/parisc/debugging.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 .. include:: ../../disclaimer-zh_CN.rst
  2 
  3 :Original: Documentation/arch/parisc/debugging.rst
  4 
  5 :翻译:
  6 
  7  司延腾 Yanteng Si <siyanteng@loongson.cn>
  8 
  9 .. _cn_parisc_debugging:
 10 
 11 =================
 12 调试PA-RISC
 13 =================
 14 
 15 好吧,这里有一些关于调试linux/parisc的较底层部分的信息。
 16 
 17 
 18 1. 绝对地址
 19 =====================
 20 
 21 很多汇编代码目前运行在实模式下,这意味着会使用绝对地址,而不是像内核其他
 22 部分那样使用虚拟地址。要将绝对地址转换为虚拟地址,你可以在System.map中查
 23 找,添加__PAGE_OFFSET(目前是0x10000000)。
 24 
 25 
 26 2. HPMCs
 27 ========
 28 
 29 当实模式的代码试图访问不存在的内存时,会出现HPMC(high priority machine
 30 check)而不是内核oops。若要调试HPMC,请尝试找到系统响应程序/请求程序地址。
 31 系统请求程序地址应该与(某)处理器的HPA(I/O范围内的高地址)相匹配;系统响应程
 32 序地址是实模式代码试图访问的地址。
 33 
 34 系统响应程序地址的典型值是大于__PAGE_OFFSET (0x10000000)的地址,这意味着
 35 在实模式试图访问它之前,虚拟地址没有被翻译成物理地址。
 36 
 37 
 38 3. 有趣的Q位
 39 ============
 40 
 41 某些非常关键的代码必须清除PSW中的Q位。当Q位被清除时,CPU不会更新中断处理
 42 程序所读取的寄存器,以找出机器被中断的位置——所以如果你在清除Q位的指令和再
 43 次设置Q位的RFI之间遇到中断,你不知道它到底发生在哪里。如果你幸运的话,IAOQ
 44 会指向清除Q位的指令,如果你不幸运的话,它会指向任何地方。通常Q位的问题会
 45 表现为无法解释的系统挂起或物理内存越界。

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php