Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/edac/ibecc/src/
Dibecc.c170 uint64_t test_addr; in test_inject() local
203 device_map((mm_reg_t *)&test_addr, addr, 0x100, K_MEM_CACHE_NONE); in test_inject()
204 LOG_DBG("Mapped 0x%llx to 0x%llx", addr, test_addr); in test_inject()
206 test_value = sys_read32(test_addr); in test_inject()
207 LOG_DBG("Read value 0x%llx: 0x%x", test_addr, test_value); in test_inject()
210 sys_write32(TEST_DATA, test_addr); in test_inject()
211 LOG_DBG("Wrote value 0x%x at 0x%llx", TEST_DATA, test_addr); in test_inject()
214 test_value = sys_read32(test_addr); in test_inject()
215 LOG_DBG("Read value 0x%llx: 0x%x", test_addr, test_value); in test_inject()
/Zephyr-latest/tests/net/dhcpv6/src/
Dmain.c15 static struct in6_addr test_addr = { { { 0x20, 0x01, 0x0d, 0xb8, 0, 0, 0, 0, variable
87 memcpy(&test_ctx.iface->config.dhcpv6.addr, &test_addr, in set_test_addr_on_iface()
239 net_if_ipv6_addr_rm(test_ctx.iface, &test_addr); in dhcpv6_tests_before()
506 verify_dhcpv6_ia_na(iface, pkt, &test_addr); in verify_confirm_message()
535 verify_dhcpv6_ia_na(iface, pkt, &test_addr); in verify_renew_message()
567 verify_dhcpv6_ia_na(iface, pkt, &test_addr); in verify_rebind_message()
651 .iaaddr.addr = test_addr, in set_advertise_options()
753 .iaaddr.addr = test_addr, in set_reply_options()
845 &test_addr, sizeof(test_addr), in ZTEST()
899 &test_addr, sizeof(test_addr), "Invalid address"); in test_solicit_expect_request_send_reply()
[all …]