mmu.h (688de017efaab8a7764ab2c05ce7128d0361023b) mmu.h (3e7318584dfec11992f3ac45658c4bc1210b3778)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_POWERPC_MMU_H_
3#define _ASM_POWERPC_MMU_H_
4#ifdef __KERNEL__
5
6#include <linux/types.h>
7
8#include <asm/asm-const.h>

--- 127 unchanged lines hidden (view full) ---

136 MMU_FTR_CI_LARGE_PAGE | MMU_FTR_NO_SLBIE_B
137#ifndef __ASSEMBLY__
138#include <linux/bug.h>
139#include <asm/cputable.h>
140#include <asm/page.h>
141
142typedef pte_t *pgtable_t;
143
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_POWERPC_MMU_H_
3#define _ASM_POWERPC_MMU_H_
4#ifdef __KERNEL__
5
6#include <linux/types.h>
7
8#include <asm/asm-const.h>

--- 127 unchanged lines hidden (view full) ---

136 MMU_FTR_CI_LARGE_PAGE | MMU_FTR_NO_SLBIE_B
137#ifndef __ASSEMBLY__
138#include <linux/bug.h>
139#include <asm/cputable.h>
140#include <asm/page.h>
141
142typedef pte_t *pgtable_t;
143
144#ifdef CONFIG_PPC_FSL_BOOK3E
144#ifdef CONFIG_PPC_E500
145#include <asm/percpu.h>
146DECLARE_PER_CPU(int, next_tlbcam_idx);
147#endif
148
149enum {
150 MMU_FTRS_POSSIBLE =
151#if defined(CONFIG_PPC_BOOK3S_604)
152 MMU_FTR_HPTE_TABLE |

--- 266 unchanged lines hidden ---
145#include <asm/percpu.h>
146DECLARE_PER_CPU(int, next_tlbcam_idx);
147#endif
148
149enum {
150 MMU_FTRS_POSSIBLE =
151#if defined(CONFIG_PPC_BOOK3S_604)
152 MMU_FTR_HPTE_TABLE |

--- 266 unchanged lines hidden ---