Searched refs:verify_area (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | i440fx-test.c | 159 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 D | exception-tables.rst | 14 int verify_area(int type, const void * addr, unsigned long size)
|
/openbmc/linux/ |
H A D | CREDITS | 1096 D: verify_area stuff, generic SCSI fixes
|