Home
last modified time | relevance | path

Searched refs:mark_initmem_nx (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable.h113 void mark_initmem_nx(void);
115 static inline void mark_initmem_nx(void) { } in mark_initmem_nx() function
/linux/arch/powerpc/mm/
H A Dpgtable_32.c145 void mark_initmem_nx(void) in mark_initmem_nx() function
H A Dmem.c315 mark_initmem_nx(); in free_initmem()