Home
last modified time | relevance | path

Searched refs:nommu (Results 1 – 14 of 14) sorted by relevance

/arch/arm/mm/
Dproc-arm9tdmi.S58 define_processor_functions arm9tdmi, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
Dproc-arm7tdmi.S58 define_processor_functions arm7tdmi, dabort=v4t_late_abort, pabort=legacy_pabort, nommu=1
Dproc-v7m.S172 define_processor_functions v7m, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
173 define_processor_functions cm7, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
DMakefile12 obj-y += nommu.o
26 obj-$(CONFIG_CPU_ABRT_NOMMU) += abort-nommu.o
Dproc-macros.S277 .macro define_processor_functions name:req, dabort:req, pabort:req, nommu=0, suspend=0, bugs=0 argument
298 .if \nommu
Dproc-arm740.S121 define_processor_functions arm740, dabort=v4t_late_abort, pabort=legacy_pabort, nommu=1
Dproc-arm940.S333 define_processor_functions arm940, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
Dproc-arm946.S388 define_processor_functions arm946, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
DKconfig773 design in nommu mode. If your platform needs to select
/arch/x86/kernel/
Damd_gart_64.c632 goto nommu; in init_amd_gatt()
639 goto nommu; in init_amd_gatt()
642 goto nommu; in init_amd_gatt()
666 nommu: in init_amd_gatt()
/arch/sh/mm/
DMakefile19 mmu-y := nommu.o extable_32.o
/arch/arm/
DKconfig-nommu43 In nommu mode, the hardware exception vectors are normally
DMakefile34 MMUEXT := -nommu
DKconfig819 source "arch/arm/Kconfig-nommu"