Symbol: pt_entry_t
sys/arch/aarch64/include/pte.h
42
typedef uint64_t pt_entry_t; /* L3(4k) table entry */
sys/arch/alpha/include/pte.h
79
typedef alpha_pt_entry_t pt_entry_t;
sys/arch/amd64/include/pte.h
73
typedef uint64_t pt_entry_t; /* PTE */
sys/arch/arm/include/arm32/pmap.h
1260
typedef uint32_t pt_entry_t;
sys/arch/arm/include/arm32/pte.h
94
typedef uint32_t pt_entry_t;
sys/arch/hppa/include/pte.h
32
typedef uint32_t pt_entry_t;
sys/arch/i386/include/pte.h
92
typedef uint64_t pt_entry_t; /* PTE */
sys/arch/i386/include/pte.h
95
typedef uint32_t pt_entry_t; /* PTE */
sys/arch/ia64/include/pte.h
71
typedef uint64_t pt_entry_t;
sys/arch/m68k/include/pmap_68k.h
84
typedef unsigned int pt_entry_t;
sys/arch/m68k/include/pte_coldfire.h
40
typedef __BSD_PT_ENTRY_T pt_entry_t;
sys/arch/m68k/include/pte_motorola.h
58
typedef u_int pt_entry_t; /* page table entry */
sys/arch/mips/include/locore.h
45
typedef uint32_t pt_entry_t;
sys/arch/mips/include/pmap.h
89
typedef uint32_t pt_entry_t;
sys/arch/mips/include/pte.h
57
typedef uint32_t pt_entry_t;
sys/arch/or1k/include/pte.h
35
typedef unsigned int pt_entry_t;
sys/arch/powerpc/include/booke/cpuvar.h
113
typedef __BSD_PT_ENTRY_T pt_entry_t;
sys/arch/powerpc/include/booke/pte.h
43
typedef __BSD_PT_ENTRY_T pt_entry_t;
sys/arch/riscv/include/pte.h
41
typedef uint64_t pt_entry_t;
sys/arch/riscv/include/pte.h
48
typedef uint32_t pt_entry_t;
sys/arch/sh3/include/pte.h
89
typedef uint32_t pt_entry_t;
sys/arch/vax/include/pte.h
47
typedef struct pte pt_entry_t; /* Mach page table entry */