OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTE_U
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/amd64/include/
pte.h
111
#define
PTE_U
0x0000000000000004 /* User */
/src/sys/arch/i386/include/
pte.h
163
#define
PTE_U
0x00000004 /* User */
/src/sys/arch/riscv/include/
pte.h
104
#define
PTE_U
__BIT(4) // User
111
#define PTE_USER (PTE_V |
PTE_U
)
/src/tests/modules/x86_pte_tester/
x86_pte_tester.c
286
if (is_flag(pde,
PTE_U
)) {
301
if (!is_flag(pde,
PTE_U
)) {
320
if (is_flag(pde,
PTE_U
)) {
/src/lib/libnvmm/
libnvmm_x86.c
142
if ((pte &
PTE_U
) == 0)
162
if ((pte &
PTE_U
) == 0)
228
if ((pte &
PTE_U
) == 0)
248
if ((pte &
PTE_U
) == 0)
318
if ((pte &
PTE_U
) == 0)
335
if ((pte &
PTE_U
) == 0)
355
if ((pte &
PTE_U
) == 0)
375
if ((pte &
PTE_U
) == 0)
/src/sys/arch/riscv/riscv/
riscv_machdep.c
964
(pte &
PTE_U
) ? 'U' : '.',
/src/sys/arch/x86/x86/
pmap.c
2639
(pmap_pa2pte(pa) |
PTE_U
| PTE_W | PTE_P));
4821
* Note for Xen-amd64. Xen automatically adds
PTE_U
to the kernel pages, but we
4823
* kernel pages with a reserved bit (_PAGE_GUEST_KERNEL), so even if
PTE_U
is
5024
npte |=
PTE_U
;
5472
npte = op->host_addr | pmap_pg_nx |
PTE_U
| PTE_P;
Completed in 40 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025