Lines Matching full:that
47 * We show that we can make mapping calls and that the address returned by
48 * DEVICE_MMIO_GET() is not NULL, indicating that the kernel mapped
52 * - If MMIO addresses are maintained in RAM, check that the ROM struct
54 * - If MMIO addresses are maintained in ROM, check that the DTS info,
56 * point to the same address. We show that no extra memory is used in
72 /* A sign that something didn't get initialized, shouldn't ever in ZTEST()
79 * The best we can check with 'regs' is that it's nonzero, as if in ZTEST()
82 * prove that k_map() actually works. in ZTEST()
141 * We show that we can make mapping calls and that the address returned by
142 * DEVICE_MMIO_NAMED_GET() is not NULL, indicating that the kernel mapped
145 * We show that this works for a device instance that has two named regions,
146 * 'corge' and 'grault' that respectively come from DTS instances 1 and 2.
149 * - If MMIO addresses are maintained in RAM, check that the ROM struct
151 * - If MMIO addresses are maintained in ROM, check that the DTS info,
153 * point to the same address. We show that no extra memory is used in
205 * We show that we can make mapping calls and that the address returned by
206 * DEVICE_MMIO_TOPLEVEL_GET() is not NULL, indicating that the kernel mapped
213 * - If MMIO addresses are maintained in RAM, check that the ROM struct
215 * - If MMIO addresses are maintained in ROM, check that the DTS info,
259 * Show that device_map() populates a memory address. We don't do anything else;
260 * tests for k_map() will prove that virtual memory mapping actually works.