Lines Matching full:physical
18 /** Start address of physical memory. */
21 /** Size of physical memory. */
24 /** End address (exclusive) of physical memory. */
46 * @brief Offset for translating between static physical and virtual addresses.
55 * @brief Get physical address from virtual address for boot RAM mappings.
63 * @return Physical address.
68 * @brief Get virtual address from physical address for boot RAM mappings.
74 * @param phys Physical address.
88 * - If it is enabled, which means all physical memory are mapped in virtual
107 * Macros and data structures for physical page frame accounting,
134 /** This physical page is free and part of the free list */
137 /** This physical page is reserved by hardware; we will never use it */
144 * This physical page is mapped to some virtual memory address
162 * Data structure for physical page frames
164 * An array of these is instantiated, one element per physical RAM page.
257 "physical address 0x%lx is not page-aligned", phys); in k_mem_assert_phys_aligned()
287 "0x%lx not an SRAM physical address", phys); in k_mem_phys_to_page_frame()
362 * Free a page frame physical address by evicting its contents
374 * @param phys Page frame physical address