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

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dpgtable-2level.h36 static inline void pgd_clear (pgd_t * pgdp) { } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dpgtable-2level.h36 static inline void pgd_clear (pgd_t * pgdp) { } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dpgtable-2level.h35 #define pgd_clear(xp) do { } while (0) macro
H A Dpgtable-3level.h66 static inline void pgd_clear (pgd_t * pgd) { } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dpgtable-2level.h35 #define pgd_clear(xp) do { } while (0) macro
H A Dpgtable-3level.h66 static inline void pgd_clear (pgd_t * pgd) { } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dpgtable.h130 #define pgd_clear(pgdp) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dpgtable.h130 #define pgd_clear(pgdp) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmotorola_pgtable.h153 #define pgd_clear(pgdp) ({ pgd_val(*pgdp) = 0; }) macro
H A Dsun3_pgtable.h141 extern inline void pgd_clear (pgd_t *pgdp) {} function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmotorola_pgtable.h153 #define pgd_clear(pgdp) ({ pgd_val(*pgdp) = 0; }) macro
H A Dsun3_pgtable.h141 extern inline void pgd_clear (pgd_t *pgdp) {} function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dpgtable.h281 static inline void pgd_clear(pgd_t *pgdp) { } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dpgtable.h326 static inline void pgd_clear(pgd_t *pgdp) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dpgtable.h227 #define pgd_clear(xp) do { pgd_val(*(xp)) = 0; } while (0) macro
237 extern inline void pgd_clear(pgd_t * pgdp) { } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dpgtable.h347 #define pgd_clear(xp) do { } while (0) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dpgtable.h199 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0UL) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dpgtable.h300 extern inline void pgd_clear(pgd_t * pgdp) { } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h337 extern inline void pgd_clear(pgd_t * pgdp) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpgtable.h235 #define pgd_clear(pgd) BTFIXUP_CALL(pgd_clear)(pgd) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dpgtable.h226 #define pgd_clear(pgdp) (pgd_val(*(pgdp)) = 0UL) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dpgtable.h281 static inline void pgd_clear(pgd_t *pgdp) { } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dpgtable.h326 static inline void pgd_clear(pgd_t *pgdp) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dpgtable.h227 #define pgd_clear(xp) do { pgd_val(*(xp)) = 0; } while (0) macro
237 extern inline void pgd_clear(pgd_t * pgdp) { } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dpgtable.h347 #define pgd_clear(xp) do { } while (0) macro

Completed in 523 milliseconds

12