Searched defs:exceptions (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/arm/vfp/ |
H A D | vfpmodule.c | 256 static void vfp_raise_exceptions(u32 exceptions, u32 inst, u32 fpscr, struct pt_regs *regs) vfp_raise_exceptions() argument 302 u32 exceptions = VFP_EXCEPTION_ERROR; vfp_emulate_instruction() local 338 u32 fpscr, orig_fpscr, fpsid, exceptions; VFP_bounce() local
|
H A D | vfpdouble.c | 70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func) vfp_double_normaliseround() argument 444 u32 exceptions = 0; vfp_double_fcvts() local 509 u32 d, exceptions = 0; vfp_double_ftoui() local 588 u32 d, exceptions = 0; vfp_double_ftosi() local 687 u32 exceptions = 0; vfp_double_fadd_nonnumber() local 854 u32 exceptions; vfp_double_multiply_accumulate() local 921 u32 exceptions; vfp_double_fmul() local 941 u32 exceptions; vfp_double_fnmul() local 963 u32 exceptions; vfp_double_fadd() local 984 u32 exceptions; vfp_double_fsub() local 1010 u32 exceptions = 0; vfp_double_fdiv() local 1130 u32 exceptions = 0; vfp_double_cpdo() local
|
H A D | vfpsingle.c | 70 u32 __vfp_single_normaliseround(int sd, struct vfp_single *vs, u32 fpscr, u32 exceptions) __vfp_single_normaliseround() argument 487 u32 exceptions = 0; vfp_single_fcvtd() local 550 u32 d, exceptions = 0; vfp_single_ftoui() local 630 u32 d, exceptions = 0; vfp_single_ftosi() local 733 u32 exceptions = 0; vfp_single_fadd_nonnumber() local 898 u32 exceptions; vfp_single_multiply_accumulate() local 970 u32 exceptions; vfp_single_fmul() local 993 u32 exceptions; vfp_single_fnmul() local 1017 u32 exceptions; vfp_single_fadd() local 1055 u32 exceptions = 0; vfp_single_fdiv() local 1175 u32 exceptions = 0; vfp_single_cpdo() local
|
/linux-4.1.27/security/ |
H A D | device_cgroup.c | 50 struct list_head exceptions; member in struct:dev_cgroup 321 static bool match_exception(struct list_head *exceptions, short type, match_exception() argument 358 static bool match_exception_partial(struct list_head *exceptions, short type, match_exception_partial() argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | nvram_64.c | 933 nvram_can_remove_partition(struct nvram_partition *part, const char *name, int sig, const char *exceptions[]) nvram_can_remove_partition() argument 960 nvram_remove_partition(const char *name, int sig, const char *exceptions[]) nvram_remove_partition() argument
|
/linux-4.1.27/include/linux/ |
H A D | pe.h | 218 struct data_dirent exceptions; /* .pdata */ member in struct:data_directory
|
Completed in 365 milliseconds