Searched defs:exceptions (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/arm/vfp/ | 
| D | vfpdouble.c | 70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char …  in vfp_double_normaliseround()444 	u32 exceptions = 0;  in vfp_double_fcvts()  local
 509 	u32 d, exceptions = 0;  in vfp_double_ftoui()  local
 588 	u32 d, exceptions = 0;  in vfp_double_ftosi()  local
 687 	u32 exceptions = 0;  in vfp_double_fadd_nonnumber()  local
 854 	u32 exceptions;  in vfp_double_multiply_accumulate()  local
 921 	u32 exceptions;  in vfp_double_fmul()  local
 941 	u32 exceptions;  in vfp_double_fnmul()  local
 963 	u32 exceptions;  in vfp_double_fadd()  local
 984 	u32 exceptions;  in vfp_double_fsub()  local
 [all …]
 
 | 
| D | vfpsingle.c | 70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions)  in __vfp_single_normaliseround()487 	u32 exceptions = 0;  in vfp_single_fcvtd()  local
 550 	u32 d, exceptions = 0;  in vfp_single_ftoui()  local
 630 	u32 d, exceptions = 0;  in vfp_single_ftosi()  local
 733 	u32 exceptions = 0;  in vfp_single_fadd_nonnumber()  local
 898 	u32 exceptions;  in vfp_single_multiply_accumulate()  local
 970 	u32 exceptions;  in vfp_single_fmul()  local
 993 	u32 exceptions;  in vfp_single_fnmul()  local
 1017 	u32 exceptions;  in vfp_single_fadd()  local
 1055 	u32 exceptions = 0;  in vfp_single_fdiv()  local
 [all …]
 
 | 
| D | vfpmodule.c | 243 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs)  in vfp_raise_exceptions()289 	u32 exceptions = VFP_EXCEPTION_ERROR;  in vfp_emulate_instruction()  local
 325 	u32 fpscr, orig_fpscr, fpsid, exceptions;  in VFP_bounce()  local
 
 | 
| /Linux-v5.4/security/ | 
| D | device_cgroup.c | 42 	struct list_head exceptions;  member313 static bool match_exception(struct list_head *exceptions, short type,  in match_exception()
 350 static bool match_exception_partial(struct list_head *exceptions, short type,  in match_exception_partial()
 
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | nvram_64.c | 759 		const char *name, int sig, const char *exceptions[])  in nvram_can_remove_partition()786 						const char *exceptions[])  in nvram_remove_partition()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/freescale/fman/ | 
| D | fman_memac.c | 347 	u32 exceptions;  member412 		u32 exceptions)  in init()
 
 | 
| D | fman_tgec.c | 217 	u32 exceptions;  member
 | 
| D | fman.c | 504 	u32 exceptions;  member560 	u32 exceptions;  member
 
 | 
| D | fman_dtsec.c | 340 	u32 exceptions;  member
 | 
| /Linux-v5.4/include/linux/ | 
| D | pe.h | 258 	struct data_dirent exceptions;		/* .pdata */  member
 |