Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/mm/kmemcheck/
Dselftest.c12 static const struct selftest_opcode selftest_opcodes[] = { variable
56 for (i = 0; i < ARRAY_SIZE(selftest_opcodes); ++i) in selftest_opcodes_all()
57 pass = pass && selftest_opcode_one(&selftest_opcodes[i]); in selftest_opcodes_all()