mmu.h (c102f07667486dc4a6ae1e3fe7aa67135cb40e3e) | mmu.h (227ae625522c65c4535cabe407f47abc058585ed) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_POWERPC_BOOK3S_64_MMU_H_ 3#define _ASM_POWERPC_BOOK3S_64_MMU_H_ 4 5#include <asm/page.h> 6 7#ifndef __ASSEMBLY__ 8/* --- 185 unchanged lines hidden (view full) --- 194extern int mmu_vmalloc_psize; 195extern int mmu_vmemmap_psize; 196extern int mmu_io_psize; 197 198/* MMU initialization */ 199void mmu_early_init_devtree(void); 200void hash__early_init_devtree(void); 201void radix__early_init_devtree(void); | 1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _ASM_POWERPC_BOOK3S_64_MMU_H_ 3#define _ASM_POWERPC_BOOK3S_64_MMU_H_ 4 5#include <asm/page.h> 6 7#ifndef __ASSEMBLY__ 8/* --- 185 unchanged lines hidden (view full) --- 194extern int mmu_vmalloc_psize; 195extern int mmu_vmemmap_psize; 196extern int mmu_io_psize; 197 198/* MMU initialization */ 199void mmu_early_init_devtree(void); 200void hash__early_init_devtree(void); 201void radix__early_init_devtree(void); |
202#ifdef CONFIG_PPC_MEM_KEYS | 202#ifdef CONFIG_PPC_PKEY |
203void pkey_early_init_devtree(void); 204#else 205static inline void pkey_early_init_devtree(void) {} 206#endif 207 208extern void hash__early_init_mmu(void); 209extern void radix__early_init_mmu(void); 210static inline void __init early_init_mmu(void) --- 56 unchanged lines hidden --- | 203void pkey_early_init_devtree(void); 204#else 205static inline void pkey_early_init_devtree(void) {} 206#endif 207 208extern void hash__early_init_mmu(void); 209extern void radix__early_init_mmu(void); 210static inline void __init early_init_mmu(void) --- 56 unchanged lines hidden --- |