Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/arch/arm64/arm64_mmu/src/
Dmain.c106 int table_entries = CONFIG_MMU_PAGE_SIZE / sizeof(uint64_t); in ZTEST() local
107 size_t block_size = table_entries * CONFIG_MMU_PAGE_SIZE; in ZTEST()
124 int table_entries = CONFIG_MMU_PAGE_SIZE / sizeof(uint64_t); in ZTEST() local
125 size_t block_size = table_entries * CONFIG_MMU_PAGE_SIZE; in ZTEST()
143 int table_entries = CONFIG_MMU_PAGE_SIZE / sizeof(uint64_t); in ZTEST() local
144 size_t block_size = table_entries * CONFIG_MMU_PAGE_SIZE; in ZTEST()
/Zephyr-Core-3.7.0/scripts/build/
Dgen_syscalls.py454 table_entries = []
470 table_entries.append(entry)
482 table_entries.append("[K_SYSCALL_BAD] = handler_bad_syscall")
493 ",\n\t".join(table_entries)))