Searched refs:mem_flags (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.7.0/drivers/xen/ |
D | memory.c | 55 unsigned int nr_extents, unsigned int mem_flags, in xendom_populate_physmap() argument 62 .mem_flags = mem_flags, in xendom_populate_physmap()
|
/Zephyr-Core-3.7.0/include/zephyr/xen/ |
D | memory.h | 65 unsigned int nr_extents, unsigned int mem_flags,
|
/Zephyr-Core-3.7.0/include/zephyr/xen/public/ |
D | memory.h | 58 unsigned int mem_flags; member
|
/Zephyr-Core-3.7.0/arch/arm64/core/ |
D | mmu.c | 1081 uint32_t mem_flags = flags & K_MEM_CACHE_MASK; in arch_mem_map() local 1086 switch (mem_flags) { in arch_mem_map() 1089 mem_flags = (mem_flags == K_MEM_CACHE_WB) ? MT_NORMAL : MT_NORMAL_WT; in arch_mem_map() 1090 mem_flags |= (flags & K_MEM_PERM_RW) ? MT_RW : 0; in arch_mem_map() 1091 inv_dcache_after_map_helper(virt, size, mem_flags); in arch_mem_map()
|
/Zephyr-Core-3.7.0/subsys/ipc/rpmsg_service/ |
D | rpmsg_backend.c | 75 .mem_flags = 0,
|
/Zephyr-Core-3.7.0/samples/subsys/ipc/openamp/remote/src/ |
D | main.c | 41 .mem_flags = 0,
|
/Zephyr-Core-3.7.0/samples/subsys/ipc/openamp/src/ |
D | main.c | 42 .mem_flags = 0,
|