Searched refs:get_exception (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/c6x/kernel/ |
H A D | soc.c | 18 if (!soc_ops.get_exception) in soc_get_exception() 20 return soc_ops.get_exception(); in soc_get_exception()
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
H A D | soc.h | 17 int (*get_exception)(void); member
|
/kernel/linux/linux-5.10/arch/c6x/platforms/ |
H A D | megamod-pic.c | 308 static int get_exception(void) in get_exception() function 340 soc_ops.get_exception = get_exception; in megamod_pic_init()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-snap-persistent.c | 399 static struct disk_exception *get_exception(struct pstore *ps, void *ps_area, in get_exception() function 410 struct disk_exception *de = get_exception(ps, ps_area, index); in read_exception() 420 struct disk_exception *de = get_exception(ps, ps->area, index); in write_exception() 429 struct disk_exception *de = get_exception(ps, ps->area, index); in clear_exception()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-snap-persistent.c | 401 static struct disk_exception *get_exception(struct pstore *ps, void *ps_area, in get_exception() function 412 struct disk_exception *de = get_exception(ps, ps_area, index); in read_exception() 422 struct disk_exception *de = get_exception(ps, ps->area, index); in write_exception() 431 struct disk_exception *de = get_exception(ps, ps->area, index); in clear_exception()
|
Completed in 4 milliseconds