Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Di440fx-test.c159 static gboolean verify_area(uint32_t start, uint32_t end, uint8_t value) in verify_area() function
235 g_assert(verify_area(pam_area[i].start, pam_area[i].end, 0)); in test_i440fx_pam()
248 g_assert(!verify_area(pam_area[i].start, pam_area[i].end, 0x42)); in test_i440fx_pam()
252 g_assert(verify_area(pam_area[i].start, pam_area[i].end, 0x42)); in test_i440fx_pam()
261 g_assert(!verify_area(pam_area[i].start, pam_area[i].end, 0x82)); in test_i440fx_pam()
267 g_assert(verify_area(pam_area[i].start, pam_area[i].end, 0x82)); in test_i440fx_pam()
273 g_assert(!verify_area(pam_area[i].start, pam_area[i].end, 0x82)); in test_i440fx_pam()
/openbmc/linux/Documentation/arch/x86/
H A Dexception-tables.rst14 int verify_area(int type, const void * addr, unsigned long size)
/openbmc/linux/
H A DCREDITS1096 D: verify_area stuff, generic SCSI fixes