Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h320 void __patch_exception(int exc, unsigned long addr);
323 __patch_exception((exc), (unsigned long)&name); \
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dbook3e_pgtable.c120 void __patch_exception(int exc, unsigned long addr) in __patch_exception() function