Home
last modified time | relevance | path

Searched defs:pte_t (Results 1 – 25 of 32) sorted by relevance

12

/linux-3.3/arch/mips/include/asm/
Dpage.h99 typedef struct { unsigned long pte_low, pte_high; } pte_t; typedef
103 typedef struct { unsigned long long pte; } pte_t; typedef
108 typedef struct { unsigned long pte; } pte_t; typedef
/linux-3.3/arch/arm/include/asm/
Dpgtable-2level-types.h33 typedef struct { pteval_t pte; } pte_t; typedef
51 typedef pteval_t pte_t; typedef
Dpgtable-3level-types.h36 typedef struct { pteval_t pte; } pte_t; typedef
53 typedef pteval_t pte_t; typedef
Dpage-nommu.h32 typedef unsigned long pte_t; typedef
/linux-3.3/arch/unicore32/include/asm/
Dpage.h37 typedef struct { unsigned long pte; } pte_t; typedef
53 typedef unsigned long pte_t; typedef
/linux-3.3/arch/x86/include/asm/
Dpgtable-2level_types.h16 } pte_t; typedef
Dpgtable-3level_types.h18 } pte_t; typedef
Dpgtable_64_types.h16 typedef struct { pteval_t pte; } pte_t; typedef
/linux-3.3/arch/sh/include/asm/
Dpage.h76 typedef struct { unsigned long pte_low, pte_high; } pte_t; typedef
84 typedef struct { unsigned long pte_low; } pte_t; typedef
90 typedef struct { unsigned long long pte_low; } pte_t; typedef
/linux-3.3/arch/s390/mm/
Dpageattr.c11 static void change_page_attr(unsigned long addr, int numpages, in change_page_attr()
/linux-3.3/arch/alpha/include/asm/
Dpage.h30 typedef struct { unsigned long pte; } pte_t; typedef
49 typedef unsigned long pte_t; typedef
/linux-3.3/arch/sparc/include/asm/
Dpage_64.h61 typedef struct { unsigned long pte; } pte_t; typedef
81 typedef unsigned long pte_t; typedef
Dpage_32.h62 typedef struct { unsigned long pte; } pte_t; typedef
90 typedef unsigned long pte_t; typedef
/linux-3.3/arch/parisc/include/asm/
Dpage.h39 typedef struct { unsigned long pte; } pte_t; /* either 32 or 64bit */ typedef
65 typedef unsigned long pte_t; typedef
/linux-3.3/arch/m68k/include/asm/
Dpage.h23 typedef struct { unsigned long pte; } pte_t; typedef
/linux-3.3/arch/um/include/asm/
Dpage.h36 typedef struct { unsigned long pte_low, pte_high; } pte_t; typedef
60 typedef struct { unsigned long pte; } pte_t; typedef
/linux-3.3/arch/ia64/include/asm/
Dpage.h174 typedef struct { unsigned long pte; } pte_t; typedef
200 typedef unsigned long pte_t; typedef
/linux-3.3/arch/powerpc/include/asm/
Dpage.h278 typedef struct { pte_basic_t pte; } pte_t; typedef
321 typedef pte_basic_t pte_t; typedef
/linux-3.3/arch/cris/include/asm/
Dpage.h26 typedef struct { unsigned long pte; } pte_t; typedef
/linux-3.3/arch/avr32/include/asm/
Dpage.h32 typedef struct { unsigned long pte; } pte_t; typedef
/linux-3.3/arch/openrisc/include/asm/
Dpage.h57 } pte_t; typedef
/linux-3.3/arch/mn10300/include/asm/
Dpage.h38 typedef struct { unsigned long pte; } pte_t; typedef
/linux-3.3/arch/m32r/include/asm/
Dpage.h26 typedef struct { unsigned long pte; } pte_t; typedef
/linux-3.3/arch/hexagon/include/asm/
Dpage.h82 typedef struct { unsigned long pte; } pte_t; typedef
/linux-3.3/include/asm-generic/
Dpage.h41 } pte_t; typedef

12