Home
last modified time | relevance | path

Searched refs:fex (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dmballoc.h230 struct ext4_free_extent *fex) in ext4_grp_offs_to_block() argument
232 return ext4_group_first_block_no(sb, fex->fe_group) + in ext4_grp_offs_to_block()
233 (fex->fe_start << EXT4_SB(sb)->s_cluster_bits); in ext4_grp_offs_to_block()
237 struct ext4_free_extent *fex) in extent_logical_end() argument
240 return (loff_t)fex->fe_logical + EXT4_C2B(sbi, fex->fe_len); in extent_logical_end()
H A Dextents.c1973 struct ext4_extent *ex, *fex; in ext4_ext_insert_extent() local
2074 fex = EXT_LAST_EXTENT(eh); in ext4_ext_insert_extent()
2076 if (le32_to_cpu(newext->ee_block) > le32_to_cpu(fex->ee_block)) in ext4_ext_insert_extent()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c850 unsigned long exc, swcr, fpcr, fex; in SYSCALL_DEFINE5() local
869 fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr; in SYSCALL_DEFINE5()
870 if (fex) { in SYSCALL_DEFINE5()
873 if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()
874 if (fex & IEEE_TRAP_ENABLE_INE) si_code = FPE_FLTRES; in SYSCALL_DEFINE5()
875 if (fex & IEEE_TRAP_ENABLE_UNF) si_code = FPE_FLTUND; in SYSCALL_DEFINE5()
876 if (fex & IEEE_TRAP_ENABLE_OVF) si_code = FPE_FLTOVF; in SYSCALL_DEFINE5()
877 if (fex & IEEE_TRAP_ENABLE_DZE) si_code = FPE_FLTDIV; in SYSCALL_DEFINE5()
878 if (fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV; in SYSCALL_DEFINE5()
/openbmc/u-boot/arch/arm/dts/
H A Dsun9i-a80-cx-a99.dts161 * the vendor sys_config.fex file specifies.
/openbmc/qemu/linux-user/
H A Dsyscall.c11937 uint64_t exc, fpcr, fex; in _syscall2() local
11946 fex = alpha_ieee_fpcr_to_swcr(fpcr); in _syscall2()
11947 fex = exc & ~fex; in _syscall2()
11948 fex >>= SWCR_STATUS_TO_EXCSUM_SHIFT; in _syscall2()
11949 fex &= (cpu_env)->swcr; in _syscall2()
11955 if (fex) { in _syscall2()
11959 if (fex & SWCR_TRAP_ENABLE_DNO) { in _syscall2()
11962 if (fex & SWCR_TRAP_ENABLE_INE) { in _syscall2()
11965 if (fex & SWCR_TRAP_ENABLE_UNF) { in _syscall2()
11968 if (fex & SWCR_TRAP_ENABLE_OVF) { in _syscall2()
[all …]
/openbmc/u-boot/arch/arm/mach-sunxi/
H A DKconfig521 fex files, this option is found in bits 8-15 of the u32 odt_en variable