Searched refs:pgd_clear (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A D4level-fixup.h23 #define pud_clear(pud) pgd_clear(pud)
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/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/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/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/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/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/x86/kernel/
H A Dhead64.c32 pgd_clear(pgd);
H A Dmachine_kexec_64.c131 pgd_clear(level4p++);
/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/m68k/mm/
H A Dkmap.c258 pgd_clear(pgd_dir);
336 pgd_clear(pgd_dir);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_32.h172 BTFIXUPDEF_CALL(void, pgd_clear, pgd_t *)
177 #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/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/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/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/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/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/sparc/mm/
H A Dsrmmu.c1415 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM);
1481 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM);
1836 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_NORM);
2121 BTFIXUPSET_CALL(pgd_clear, srmmu_pgd_clear, BTFIXUPCALL_SWAPO0G0);
/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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhugetlbpage.c301 pgd_clear(pgd);
/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/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

Completed in 134 milliseconds

12