Home
last modified time | relevance | path

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

/Linux-v5.4/arch/c6x/kernel/
Dsoc.c18 if (!soc_ops.get_exception) in soc_get_exception()
20 return soc_ops.get_exception(); in soc_get_exception()
/Linux-v5.4/arch/c6x/platforms/
Dmegamod-pic.c308 static int get_exception(void) in get_exception() function
340 soc_ops.get_exception = get_exception; in megamod_pic_init()
/Linux-v5.4/arch/c6x/include/asm/
Dsoc.h17 int (*get_exception)(void); member
/Linux-v5.4/drivers/md/
Ddm-snap-persistent.c406 static struct disk_exception *get_exception(struct pstore *ps, void *ps_area, in get_exception() function
417 struct disk_exception *de = get_exception(ps, ps_area, index); in read_exception()
427 struct disk_exception *de = get_exception(ps, ps->area, index); in write_exception()
436 struct disk_exception *de = get_exception(ps, ps->area, index); in clear_exception()