Searched defs:pgd_clear (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dpgtable-nopud.h28 static inline void pgd_clear(pgd_t *pgd) { } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpgtable_no.h21 #define pgd_clear(pgdp) macro
H A Dsun3_pgtable.h152 static inline void pgd_clear (pgd_t *pgdp) {} function
H A Dmotorola_pgtable.h152 #define pgd_clear(pgdp) ({ pgd_val(*pgdp) = 0; }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable-ppc64-4k.h58 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dpgtable.h14 #define pgd_clear(pgdp) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable-2level.h36 #define pgd_clear(xp) do { } while (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dpgtable.h22 #define pgd_clear(pgdp) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpgtable-nommu.h26 #define pgd_clear(pgdp) macro
H A Dpgtable.h373 #define pgd_clear(pgdp) do { } while (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dpgtable.h130 #define pgd_clear(pgdp) do { } while (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_32.h177 #define pgd_clear(pgd) BTFIXUP_CALL(pgd_clear)(pgd) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h44 #define pgd_clear(pgd) native_pgd_clear(pgd) macro
H A Dparavirt.h642 static inline void pgd_clear(pgd_t *pgdp) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h28 #define pgd_clear(pgdp) macro
330 #define pgd_clear(xp) do { } while (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dpgtable.h261 extern inline void pgd_clear(pgd_t * pgdp) { pgd_val(*pgdp) = 0; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h283 #define pgd_clear(xp) do { } while (0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpgtable.h289 static inline void pgd_clear(pgd_t *pgd) { function
307 static inline void pgd_clear(pgd_t * pgdp) { } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dpgtable.h634 #define pgd_clear(pgd) do { } while (0) macro
645 static inline void pgd_clear(pgd_t * pgd) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h49 #define pgd_clear(pgdp) macro
201 static inline void pgd_clear(pgd_t *pgd) { } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpgtable.h279 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0UL) macro

Completed in 587 milliseconds