Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Drestart_table.c22 bool search_kernel_soft_mask_table(unsigned long addr) in search_kernel_soft_mask_table() function
37 NOKPROBE_SYMBOL(search_kernel_soft_mask_table);
/openbmc/linux/arch/powerpc/include/asm/
H A Dinterrupt.h93 bool search_kernel_soft_mask_table(unsigned long addr);
106 return search_kernel_soft_mask_table(regs->nip); in is_implicit_soft_masked()