Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/copyloops/
H A Dexc_validate.c26 unsigned long *ex_p = (unsigned long *)__start___ex_table; in segv_handler() local
28 while (ex_p < (unsigned long *)__stop___ex_table) { in segv_handler()
31 insn = *ex_p++; in segv_handler()
32 fixup = *ex_p++; in segv_handler()