Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable.h108 void mark_initmem_nx(void);
110 static inline void mark_initmem_nx(void) { } in mark_initmem_nx() function
/openbmc/linux/arch/powerpc/mm/
H A Dpgtable_64.c158 void mark_initmem_nx(void) in mark_initmem_nx() function
H A Dpgtable_32.c133 void mark_initmem_nx(void) in mark_initmem_nx() function
H A Dmem.c343 mark_initmem_nx(); in free_initmem()