Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- m -
- main()
: armv7/partitions/minimal/main.c
- mal_alloc_user()
: malinit.c
- mal_create_root_part()
: malinit.c
- mal_init()
: armv7/boot/boot.c
, malinit.c
- mal_init_root_part()
: malinit.c
- MAL_L1_IDX
: armv7/MAL/include/structures.h
- MAL_L2_IDX
: armv7/MAL/include/structures.h
- mal_load_elf()
: malinit.c
- mal_load_seg()
: malinit.c
- mal_map_in_part()
: malinit.c
- mal_map_kernel()
: malinit.c
- mal_prepare_map()
: malinit.c
- mapKernel
: armv7/MAL/include/maldefines.h
, x86_multiboot/MAL/include/maldefines.h
- mapPageC()
: x86_multiboot/boot/mmu.c
- mapPageWrapper()
: x86_multiboot/boot/include/mmu.h
, x86_multiboot/boot/mmu.c
- mark_kernel_global()
: x86_multiboot/boot/mmu.c
- maxFreeLL
: armv7/MAL/include/maldefines.h
, x86_multiboot/MAL/include/maldefines.h
- maxPages
: x86_multiboot/boot/mmu.c
, mal.h
- maxprelevel
: armv7/MAL/include/maldefines.h
, x86_multiboot/MAL/include/maldefines.h
- mem_lower
: multiboot.h
- mem_upper
: multiboot.h
- memcmp()
: string.h
, string.c
- memcpy()
: libc.h
, libc.c
, string.h
, string.c
- memset()
: string.h
, string.c
, libc.h
, libc.c
- MIN
: malinit.c
- mmap_addr
: multiboot.h
- mmap_length
: multiboot.h
- mmu_caps
: armv7/boot/mmu.c
- mmu_debug()
: armv7/boot/include/mmu.h
, armv7/boot/mmu.c
- mmu_init()
: armv7/boot/include/mmu.h
, armv7/boot/mmu.c
- mmu_init_caps()
: armv7/boot/mmu.c
- mmu_io_remapped
: armv7/boot/boot.c
- MMU_L1_ENT_COUNT
: armv7/boot/include/mmu.h
- MMU_L2_ENT_COUNT
: armv7/boot/include/mmu.h
- mmu_make_page_table()
: armv7/boot/include/mmu.h
, armv7/boot/mmu.c
- mmu_make_small_page()
: armv7/boot/include/mmu.h
, armv7/boot/mmu.c
- mmu_make_ttbr()
: armv7/boot/mmu.c
, armv7/boot/include/mmu.h
- mmu_map_anysection()
: armv7/boot/include/mmu.h
, armv7/boot/mmu.c
- mmu_map_section
: armv7/boot/include/mmu.h
- mmu_map_small_page()
: armv7/boot/include/mmu.h
, armv7/boot/mmu.c
- mmu_map_supersection
: armv7/boot/include/mmu.h
- mmu_rgn_e
: armv7/boot/include/mmu.h
- mmu_rgn_t
: armv7/boot/include/mmu.h
- mmu_sd_pt_t
: armv7/boot/include/mmu.h
- mmu_sd_sec_t
: armv7/boot/include/mmu.h
- mmu_sd_sp_t
: armv7/boot/include/mmu.h
- mmu_sd_ssec_t
: armv7/boot/include/mmu.h
- mmu_set_ttbcr()
: armv7/boot/mmu.c
- MMU_TTBR0_ENT_COUNT
: armv7/boot/include/mmu.h
- MMU_TTBR1_ENT_COUNT
: armv7/boot/include/mmu.h
- mmu_virt_to_phys()
: armv7/boot/mmu.c
, armv7/boot/include/mmu.h
- mmu_virt_to_sp()
: armv7/boot/mmu.c
, armv7/boot/include/mmu.h
- mods_addr
: multiboot.h
- mods_count
: multiboot.h
- mul3()
: armv7/MAL/malinternal.c
, x86_multiboot/MAL/malinternal.c
, mal.h
- MULTIBOOT_FLAG_AOUT
: multiboot.h
- MULTIBOOT_FLAG_APM
: multiboot.h
- MULTIBOOT_FLAG_CMDLINE
: multiboot.h
- MULTIBOOT_FLAG_CONFIG
: multiboot.h
- MULTIBOOT_FLAG_DEVICE
: multiboot.h
- MULTIBOOT_FLAG_ELF
: multiboot.h
- MULTIBOOT_FLAG_LOADER
: multiboot.h
- MULTIBOOT_FLAG_MEM
: multiboot.h
- MULTIBOOT_FLAG_MMAP
: multiboot.h
- MULTIBOOT_FLAG_MODS
: multiboot.h
- MULTIBOOT_FLAG_VBE
: multiboot.h
- multiboot_header_t
: multiboot.h
- MULTIBOOT_MEMORY_ACPI_RECLAIMABLE
: multiboot.h
- MULTIBOOT_MEMORY_AVAILABLE
: multiboot.h
- MULTIBOOT_MEMORY_BADRAM
: multiboot.h
- multiboot_memory_map_t
: multiboot.h
- MULTIBOOT_MEMORY_NVS
: multiboot.h
- MULTIBOOT_MEMORY_RESERVED
: multiboot.h
- MULTIPLEXER_LOAD_ADDR
: x86_multiboot/boot/boot.c