Home
last modified time | relevance | path

Searched refs:XKPRANGE (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/translations/zh_CN/arch/loongarch/
A Dintroduction.rst295 ``XKPRANGE`` ``0x8000000000000000 - 直接映射, 可缓存 / 非缓存, PLV0
301 用户态(PLV3)只能访问XUVRANGE,对于直接映射的XSPRANGE和XKPRANGE,将虚拟地址的第
305 目前,我们仅用XKPRANGE来进行直接映射,XSPRANGE保留给以后用。
308 (在XKPRANGE中)是0x80000000_00001000,其一致可缓存直接映射虚拟地址(在XKPRANGE中)
309 是0x90000000_00001000,而其弱序非缓存直接映射虚拟地址(在XKPRANGE中)是0xA0000000_
/linux/Documentation/translations/zh_TW/arch/loongarch/
A Dintroduction.rst295 ``XKPRANGE`` ``0x8000000000000000 - 直接映射, 可緩存 / 非緩存, PLV0
301 用戶態(PLV3)只能訪問XUVRANGE,對於直接映射的XSPRANGE和XKPRANGE,將虛擬地址的第
305 目前,我們僅用XKPRANGE來進行直接映射,XSPRANGE保留給以後用。
308 (在XKPRANGE中)是0x80000000_00001000,其一致可緩存直接映射虛擬地址(在XKPRANGE中)
309 是0x90000000_00001000,而其弱序非緩存直接映射虛擬地址(在XKPRANGE中)是0xA0000000_
/linux/arch/loongarch/include/asm/
A Daddrspace.h107 #define XKPRANGE _CONST64_(0x8000000000000000) macro
/linux/Documentation/arch/loongarch/
A Dintroduction.rst329 ``XKPRANGE`` ``0x8000000000000000 - Direct-mapped, Cached / Uncached, PLV0
336 XKPRANGE, PA is equal to VA with bits 60~63 cleared, and the cache attribute
340 Currently we only use XKPRANGE for direct mapping and XSPRANGE is reserved.
343 XKPRANGE) of 0x00000000_00001000 is 0x80000000_00001000, the coherent cached
344 direct-mapped VA (in XKPRANGE) of 0x00000000_00001000 is 0x90000000_00001000,
345 and the weakly-ordered uncached direct-mapped VA (in XKPRANGE) of 0x00000000
/linux/arch/loongarch/kernel/
A Dptrace.c653 if ((unsigned long)addr >= XKPRANGE) in ptrace_hbp_set_addr()

Completed in 602 milliseconds