Loading include/asm-x86/page.h +13 −0 Original line number Original line Diff line number Diff line Loading @@ -79,6 +79,19 @@ #ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__ void clear_page(void *page); void clear_page(void *page); void copy_page(void *to, void *from); void copy_page(void *to, void *from); /* * These are used to make use of C type-checking.. */ typedef unsigned long pteval_t; typedef unsigned long pmdval_t; typedef unsigned long pudval_t; typedef unsigned long pgdval_t; typedef unsigned long pgprotval_t; typedef unsigned long phys_addr_t; typedef struct { pteval_t pte; } pte_t; #endif /* !__ASSEMBLY__ */ #endif /* !__ASSEMBLY__ */ #endif /* CONFIG_X86_64 */ #endif /* CONFIG_X86_64 */ Loading include/asm-x86/page_64.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -10,7 +10,6 @@ extern unsigned long end_pfn_map; /* /* * These are used to make use of C type-checking.. * These are used to make use of C type-checking.. */ */ typedef struct { unsigned long pte; } pte_t; typedef struct { unsigned long pmd; } pmd_t; typedef struct { unsigned long pmd; } pmd_t; typedef struct { unsigned long pud; } pud_t; typedef struct { unsigned long pud; } pud_t; typedef struct { unsigned long pgd; } pgd_t; typedef struct { unsigned long pgd; } pgd_t; Loading Loading
include/asm-x86/page.h +13 −0 Original line number Original line Diff line number Diff line Loading @@ -79,6 +79,19 @@ #ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__ void clear_page(void *page); void clear_page(void *page); void copy_page(void *to, void *from); void copy_page(void *to, void *from); /* * These are used to make use of C type-checking.. */ typedef unsigned long pteval_t; typedef unsigned long pmdval_t; typedef unsigned long pudval_t; typedef unsigned long pgdval_t; typedef unsigned long pgprotval_t; typedef unsigned long phys_addr_t; typedef struct { pteval_t pte; } pte_t; #endif /* !__ASSEMBLY__ */ #endif /* !__ASSEMBLY__ */ #endif /* CONFIG_X86_64 */ #endif /* CONFIG_X86_64 */ Loading
include/asm-x86/page_64.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -10,7 +10,6 @@ extern unsigned long end_pfn_map; /* /* * These are used to make use of C type-checking.. * These are used to make use of C type-checking.. */ */ typedef struct { unsigned long pte; } pte_t; typedef struct { unsigned long pmd; } pmd_t; typedef struct { unsigned long pmd; } pmd_t; typedef struct { unsigned long pud; } pud_t; typedef struct { unsigned long pud; } pud_t; typedef struct { unsigned long pgd; } pgd_t; typedef struct { unsigned long pgd; } pgd_t; Loading