Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/x86/pagetables/src/
Dmain.c37 #define IN_REGION(name, virt) \ macro
106 } else if (IN_REGION(__text_region, pos)) { in ZTEST()
108 } else if (IN_REGION(__rodata_region, pos)) { in ZTEST()
111 } else if (IN_REGION(__gcov_bss, pos)) { in ZTEST()
116 } else if (IN_REGION(_app_smem_pinned, pos)) { in ZTEST()
121 } else if (IN_REGION(_app_smem, pos)) { in ZTEST()
137 } else if (IN_REGION(lnkr_boot_text, pos)) { in ZTEST()
139 } else if (IN_REGION(lnkr_boot_rodata, pos)) { in ZTEST()
143 } else if (IN_REGION(lnkr_pinned_text, pos)) { in ZTEST()
145 } else if (IN_REGION(lnkr_pinned_rodata, pos)) { in ZTEST()
[all …]