Home
last modified time | relevance | path

Searched defs:pgd_clear (Results 1 – 22 of 22) sorted by relevance

/linux-3.3/arch/m68k/include/asm/
Dpgtable_no.h21 #define pgd_clear(pgdp) macro
Dsun3_pgtable.h152 static inline void pgd_clear (pgd_t *pgdp) {} in pgd_clear() function
Dmotorola_pgtable.h153 #define pgd_clear(pgdp) ({ pgd_val(*pgdp) = 0; }) macro
Dmcf_pgtable.h204 static inline void pgd_clear(pgd_t *pgdp) {} in pgd_clear() function
/linux-3.3/arch/powerpc/include/asm/
Dpgtable-ppc64-4k.h58 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0) macro
/linux-3.3/include/asm-generic/
Dpgtable-nopud.h28 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
/linux-3.3/arch/h8300/include/asm/
Dpgtable.h14 #define pgd_clear(pgdp) macro
/linux-3.3/arch/c6x/include/asm/
Dpgtable.h29 #define pgd_clear(pgdp) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable-nommu.h26 #define pgd_clear(pgdp) macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable-2level.h36 #define pgd_clear(xp) do { } while (0) macro
/linux-3.3/arch/blackfin/include/asm/
Dpgtable.h22 #define pgd_clear(pgdp) macro
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h28 #define pgd_clear(pgdp) macro
337 #define pgd_clear(xp) do { } while (0) macro
/linux-3.3/arch/parisc/include/asm/
Dpgtable.h306 static inline void pgd_clear(pgd_t *pgd) { in pgd_clear() function
324 static inline void pgd_clear(pgd_t * pgdp) { } in pgd_clear() function
/linux-3.3/arch/frv/include/asm/
Dpgtable.h49 #define pgd_clear(pgdp) macro
201 static inline void pgd_clear(pgd_t *pgd) { } in pgd_clear() function
/linux-3.3/arch/score/include/asm/
Dpgtable.h127 #define pgd_clear(pgdp) do { } while (0) macro
/linux-3.3/arch/alpha/include/asm/
Dpgtable.h261 extern inline void pgd_clear(pgd_t * pgdp) { pgd_val(*pgdp) = 0; } in pgd_clear() function
/linux-3.3/arch/sparc/include/asm/
Dpgtable_32.h179 #define pgd_clear(pgd) BTFIXUP_CALL(pgd_clear)(pgd) macro
/linux-3.3/arch/mn10300/include/asm/
Dpgtable.h298 #define pgd_clear(xp) do { } while (0) macro
/linux-3.3/arch/ia64/include/asm/
Dpgtable.h292 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0UL) macro
/linux-3.3/arch/x86/include/asm/
Dpgtable.h47 #define pgd_clear(pgd) native_pgd_clear(pgd) macro
Dparavirt.h670 static inline void pgd_clear(pgd_t *pgdp) in pgd_clear() function
/linux-3.3/arch/s390/include/asm/
Dpgtable.h742 static inline void pgd_clear(pgd_t *pgd) in pgd_clear() function