Home
last modified time | relevance | path

Searched refs:iomap (Results 1 – 11 of 11) sorted by relevance

/arch/mips/lib/
DMakefile9 obj-y += iomap.o
10 obj-$(CONFIG_PCI) += iomap-pci.o
/arch/microblaze/pci/
DMakefile5 obj-$(CONFIG_PCI) += pci-common.o indirect_pci.o iomap.o
/arch/parisc/lib/
DMakefile8 obj-y := iomap.o
/arch/sh/kernel/
DMakefile24 obj-y += iomap.o
/arch/sparc/lib/
DMakefile44 obj-$(CONFIG_SPARC64) += iomap.o
/arch/hexagon/include/asm/
DKbuild22 generic-y += iomap.h
/arch/sparc/kernel/
Dleon_pci_grpci1.c42 unsigned int iomap; /* 0x14 IO Map */ member
433 REGSTORE(regs->iomap, REGLOAD(regs->iomap) & 0x0000ffff); in grpci1_hw_init()
/arch/arm/mm/
DMakefile6 iomap.o
/arch/sh/configs/
Dsdk7786_defconfig76 …intk=sh-sci.1,115200 root=/dev/sda1 nmi_debug=state,debounce rootdelay=5 pmb=iomap ignore_loglevel"
/arch/powerpc/kernel/
DMakefile125 obj-y += iomap.o
/arch/arm/kvm/
Dmmu.c932 bool iomap = flags & KVM_S2PTE_FLAG_IS_IOMAP; in stage2_set_pte() local
966 if (iomap && pte_present(*pte)) in stage2_set_pte()