mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() All architectures define pte_index() as (address >> PAGE_SHIFT) & (PTRS_PER_PTE - 1) and all architectures define pte_offset_kernel() as an entry in the array of PTEs indexed by the pte_index(). For the most architectures the pte_offset_kernel() implementation relies on the availability of pmd_page_vaddr() that converts a PMD entry value to the virtual address of the page containing PTEs array. Let's move x86 definitions of the PTE accessors to the generic place in <linux/pgtable.h> and then simply drop the respective definitions from the other architectures. The architectures that didn't provide pmd_page_vaddr() are updated to have that defined. The generic implementation of pte_offset_kernel() can be overridden by an architecture and alpha makes use of this because it has special ordering requirements for its version of pte_offset_kernel(). [rppt@linux.ibm.com: v2] Link: http://lkml.kernel.org/r/20200514170327.31389-11-rppt@kernel.org [rppt@linux.ibm.com: update] Link: http://lkml.kernel.org/r/20200514170327.31389-12-rppt@kernel.org [rppt@linux.ibm.com: update] Link: http://lkml.kernel.org/r/20200514170327.31389-13-rppt@kernel.org [akpm@linux-foundation.org: fix x86 warning] [sfr@canb.auug.org.au: fix powerpc build] Link: http://lkml.kernel.org/r/20200607153443.GB738695@linux.ibm.com Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Cain <bcain@codeaurora.org> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Chris Zankel <chris@zankel.net> Cc: "David S. Miller" <davem@davemloft.net> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Greentime Hu <green.hu@gmail.com> Cc: Greg Ungerer <gerg@linux-m68k.org> Cc: Guan Xuetao <gxt@pku.edu.cn> Cc: Guo Ren <guoren@kernel.org> Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Cc: Helge Deller <deller@gmx.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: Ley Foon Tan <ley.foon.tan@intel.com> Cc: Mark Salter <msalter@redhat.com> Cc: Matthew Wilcox <willy@infradead.org> Cc: Matt Turner <mattst88@gmail.com> Cc: Max Filippov <jcmvbkbc@gmail.com> Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: Michal Simek <monstr@monstr.eu> Cc: Nick Hu <nickhu@andestech.com> Cc: Paul Walmsley <paul.walmsley@sifive.com> Cc: Richard Weinberger <richard@nod.at> Cc: Rich Felker <dalias@libc.org> Cc: Russell King <linux@armlinux.org.uk> Cc: Stafford Horne <shorne@gmail.com> Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Tony Luck <tony.luck@intel.com> Cc: Vincent Chen <deanbo422@gmail.com> Cc: Vineet Gupta <vgupta@synopsys.com> Cc: Will Deacon <will@kernel.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Link: http://lkml.kernel.org/r/20200514170327.31389-10-rppt@kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
crypto | ||
e820 | ||
fpu | ||
numachip | ||
trace | ||
uv | ||
vdso | ||
xen | ||
acenv.h | ||
acpi.h | ||
acrn.h | ||
agp.h | ||
alternative-asm.h | ||
alternative.h | ||
amd_nb.h | ||
apb_timer.h | ||
apic.h | ||
apicdef.h | ||
apm.h | ||
arch_hweight.h | ||
archrandom.h | ||
asm-offsets.h | ||
asm-prototypes.h | ||
asm.h | ||
atomic.h | ||
atomic64_32.h | ||
atomic64_64.h | ||
audit.h | ||
barrier.h | ||
bios_ebda.h | ||
bitops.h | ||
boot.h | ||
bootparam_utils.h | ||
bug.h | ||
bugs.h | ||
cache.h | ||
cacheflush.h | ||
cacheinfo.h | ||
ce4100.h | ||
checksum.h | ||
checksum_32.h | ||
checksum_64.h | ||
clocksource.h | ||
cmdline.h | ||
cmpxchg.h | ||
cmpxchg_32.h | ||
cmpxchg_64.h | ||
compat.h | ||
cpu.h | ||
cpu_device_id.h | ||
cpu_entry_area.h | ||
cpufeature.h | ||
cpufeatures.h | ||
cpuidle_haltpoll.h | ||
cpumask.h | ||
crash.h | ||
current.h | ||
debugreg.h | ||
delay.h | ||
desc.h | ||
desc_defs.h | ||
device.h | ||
disabled-features.h | ||
div64.h | ||
dma-mapping.h | ||
dma.h | ||
dmi.h | ||
doublefault.h | ||
dwarf2.h | ||
edac.h | ||
efi.h | ||
elf.h | ||
emergency-restart.h | ||
emulate_prefix.h | ||
entry_arch.h | ||
espfix.h | ||
exec.h | ||
extable.h | ||
fb.h | ||
fixmap.h | ||
floppy.h | ||
frame.h | ||
fsgsbase.h | ||
ftrace.h | ||
futex.h | ||
gart.h | ||
GEN-for-each-reg.h | ||
genapic.h | ||
geode.h | ||
hardirq.h | ||
highmem.h | ||
hpet.h | ||
hugetlb.h | ||
hw_breakpoint.h | ||
hw_irq.h | ||
hyperv-tlfs.h | ||
hypervisor.h | ||
i8259.h | ||
ia32.h | ||
ia32_unistd.h | ||
imr.h | ||
inat.h | ||
inat_types.h | ||
init.h | ||
insn-eval.h | ||
insn.h | ||
inst.h | ||
intel-family.h | ||
intel-mid.h | ||
intel_ds.h | ||
intel_mid_vrtc.h | ||
intel_pconfig.h | ||
intel_pt.h | ||
intel_punit_ipc.h | ||
intel_scu_ipc.h | ||
intel_scu_ipc_legacy.h | ||
intel_telemetry.h | ||
invpcid.h | ||
io.h | ||
io_apic.h | ||
io_bitmap.h | ||
iomap.h | ||
iommu.h | ||
iommu_table.h | ||
iosf_mbi.h | ||
irq.h | ||
irq_regs.h | ||
irq_remapping.h | ||
irq_vectors.h | ||
irq_work.h | ||
irqdomain.h | ||
irqflags.h | ||
ist.h | ||
jailhouse_para.h | ||
jump_label.h | ||
kasan.h | ||
kaslr.h | ||
kbdleds.h | ||
Kbuild | ||
kdebug.h | ||
kexec-bzimage64.h | ||
kexec.h | ||
kgdb.h | ||
kmap_types.h | ||
kprobes.h | ||
kvm_host.h | ||
kvm_page_track.h | ||
kvm_para.h | ||
kvm_vcpu_regs.h | ||
kvmclock.h | ||
linkage.h | ||
livepatch.h | ||
local.h | ||
local64.h | ||
mach_timer.h | ||
mach_traps.h | ||
math_emu.h | ||
mc146818rtc.h | ||
mce.h | ||
mcsafe_test.h | ||
mem_encrypt.h | ||
memtype.h | ||
microcode.h | ||
microcode_amd.h | ||
microcode_intel.h | ||
misc.h | ||
mmconfig.h | ||
mmu.h | ||
mmu_context.h | ||
mmx.h | ||
mmzone.h | ||
mmzone_32.h | ||
mmzone_64.h | ||
module.h | ||
mpspec.h | ||
mpspec_def.h | ||
mshyperv.h | ||
msi.h | ||
msidef.h | ||
msr-index.h | ||
msr-trace.h | ||
msr.h | ||
mtrr.h | ||
mwait.h | ||
nmi.h | ||
nops.h | ||
nospec-branch.h | ||
numa.h | ||
numa_32.h | ||
olpc.h | ||
olpc_ofw.h | ||
orc_lookup.h | ||
orc_types.h | ||
page.h | ||
page_32.h | ||
page_32_types.h | ||
page_64.h | ||
page_64_types.h | ||
page_types.h | ||
paravirt.h | ||
paravirt_types.h | ||
parport.h | ||
pci-direct.h | ||
pci-functions.h | ||
pci.h | ||
pci_x86.h | ||
percpu.h | ||
perf_event.h | ||
perf_event_p4.h | ||
pgalloc.h | ||
pgtable-2level.h | ||
pgtable-2level_types.h | ||
pgtable-3level.h | ||
pgtable-3level_types.h | ||
pgtable-invert.h | ||
pgtable.h | ||
pgtable_32.h | ||
pgtable_32_areas.h | ||
pgtable_32_types.h | ||
pgtable_64.h | ||
pgtable_64_types.h | ||
pgtable_areas.h | ||
pgtable_types.h | ||
pkeys.h | ||
platform_sst_audio.h | ||
pm-trace.h | ||
posix_types.h | ||
preempt.h | ||
probe_roms.h | ||
processor-cyrix.h | ||
processor-flags.h | ||
processor.h | ||
prom.h | ||
proto.h | ||
pti.h | ||
ptrace.h | ||
purgatory.h | ||
pvclock-abi.h | ||
pvclock.h | ||
qrwlock.h | ||
qspinlock.h | ||
qspinlock_paravirt.h | ||
realmode.h | ||
reboot.h | ||
reboot_fixups.h | ||
required-features.h | ||
resctrl.h | ||
rmwcc.h | ||
seccomp.h | ||
sections.h | ||
segment.h | ||
serial.h | ||
set_memory.h | ||
setup.h | ||
setup_arch.h | ||
shmparam.h | ||
sigcontext.h | ||
sigframe.h | ||
sighandling.h | ||
signal.h | ||
simd.h | ||
smap.h | ||
smp.h | ||
sparsemem.h | ||
spec-ctrl.h | ||
special_insns.h | ||
spinlock.h | ||
spinlock_types.h | ||
sta2x11.h | ||
stackprotector.h | ||
stacktrace.h | ||
string.h | ||
string_32.h | ||
string_64.h | ||
suspend.h | ||
suspend_32.h | ||
suspend_64.h | ||
svm.h | ||
swiotlb.h | ||
switch_to.h | ||
sync_bitops.h | ||
sync_core.h | ||
syscall.h | ||
syscall_wrapper.h | ||
syscalls.h | ||
sysfb.h | ||
text-patching.h | ||
thread_info.h | ||
time.h | ||
timer.h | ||
timex.h | ||
tlb.h | ||
tlbbatch.h | ||
tlbflush.h | ||
topology.h | ||
trace_clock.h | ||
traps.h | ||
tsc.h | ||
uaccess.h | ||
uaccess_32.h | ||
uaccess_64.h | ||
umip.h | ||
unaligned.h | ||
unistd.h | ||
unwind.h | ||
unwind_hints.h | ||
uprobes.h | ||
user.h | ||
user32.h | ||
user_32.h | ||
user_64.h | ||
vdso.h | ||
vermagic.h | ||
vga.h | ||
vgtod.h | ||
virtext.h | ||
vm86.h | ||
vmalloc.h | ||
vmware.h | ||
vmx.h | ||
vmxfeatures.h | ||
vsyscall.h | ||
vvar.h | ||
word-at-a-time.h | ||
x86_init.h | ||
xor.h | ||
xor_32.h | ||
xor_64.h | ||
xor_avx.h |