Searched refs:nommu (Results 1 – 25 of 30) sorted by relevance
12
| /linux-6.15/fs/romfs/ |
| H A D | Makefile | 11 romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
|
| /linux-6.15/fs/ramfs/ |
| H A D | Makefile | 8 file-mmu-y := file-nommu.o
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/mm/ |
| H A D | index.rst | 41 * nommu-mmap
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/mm/ |
| H A D | index.rst | 41 * nommu-mmap
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | amd_gart_64.c | 628 goto nommu; in init_amd_gatt() 635 goto nommu; in init_amd_gatt() 638 goto nommu; in init_amd_gatt() 662 nommu: in init_amd_gatt()
|
| /linux-6.15/fs/proc/ |
| H A D | Makefile | 9 proc-y := nommu.o task_nommu.o
|
| /linux-6.15/arch/arm/mm/ |
| H A D | Makefile | 13 obj-y += nommu.o 26 obj-$(CONFIG_CPU_ABRT_NOMMU) += abort-nommu.o
|
| H A D | proc-arm9tdmi.S | 70 define_processor_functions arm9tdmi, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
|
| H A D | proc-v7m.S | 173 define_processor_functions v7m, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1 174 define_processor_functions cm7, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
|
| H A D | proc-arm7tdmi.S | 70 define_processor_functions arm7tdmi, dabort=v4t_late_abort, pabort=legacy_pabort, nommu=1
|
| H A D | proc-macros.S | 275 .macro define_processor_functions name:req, dabort:req, pabort:req, nommu=0, suspend=0, bugs=0 argument 296 .if \nommu
|
| H A D | proc-arm740.S | 133 define_processor_functions arm740, dabort=v4t_late_abort, pabort=legacy_pabort, nommu=1
|
| H A D | proc-arm940.S | 342 define_processor_functions arm940, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
|
| H A D | proc-arm946.S | 397 define_processor_functions arm946, dabort=nommu_early_abort, pabort=legacy_pabort, nommu=1
|
| /linux-6.15/arch/sh/mm/ |
| H A D | Makefile | 18 mmu-y := nommu.o extable_32.o
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | index.rst | 35 nommu-mmap
|
| H A D | concepts.rst | 8 management for systems without an MMU is called ``nommu`` and it
|
| /linux-6.15/scripts/ |
| H A D | head-object-list.txt | 16 arch/arm/kernel/head-nommu.o
|
| /linux-6.15/arch/arm/ |
| H A D | Kconfig-nommu | 43 In nommu mode, the hardware exception vectors are normally
|
| H A D | Makefile | 33 MMUEXT := -nommu
|
| /linux-6.15/Documentation/core-api/ |
| H A D | mm-api.rst | 132 .. #kernel-doc:: mm/nommu.c (duplicates kernel-doc from other files)
|
| /linux-6.15/mm/ |
| H A D | Makefile | 36 mmu-y := nommu.o
|
| H A D | Kconfig | 361 See Documentation/admin-guide/mm/nommu-mmap.rst for more information. 814 See Documentation/admin-guide/mm/nommu-mmap.rst for more information. 933 # UP and nommu archs use km based percpu allocator
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | Kconfig | 113 function to provide shareable character device support on nommu.
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | arm.c | 567 goto nommu; in kvm_arch_vcpu_load() 599 nommu: in kvm_arch_vcpu_load()
|
12