Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 25 of 244) sorted by relevance

12345678910

/linux/tools/build/tests/
H A Drun.sh5 make -C ex V=1 clean > ex.out 2>&1
6 make -C ex V=1 >> ex.out 2>&1
8 if [ ! -x ./ex/ex ]; then
21 make -rR -C ex V=1 ex.o >> ex.out 2>&1
22 make -rR -C ex V=1 ex.i >> ex.out 2>&1
23 make -rR -C ex V=1 ex.s >> ex.out 2>&1
25 if [ -x ./ex/ex ]; then
30 if [ ! -f ./ex/ex.o -o ! -f ./ex/ex.i -o ! -f ./ex/ex.s ]; then
46 if [ ! -x ./ex/ex ]; then
52 rm -f ex/krava.h ex/ex
[all …]
/linux/security/
H A Ddevice_cgroup.c69 new = kmemdup(ex, sizeof(*ex), GFP_KERNEL); in dev_exceptions_copy()
80 kfree(ex); in dev_exceptions_copy()
106 excopy = kmemdup(ex, sizeof(*ex), GFP_KERNEL); in dev_exception_add()
337 if (ex->major != ~0 && ex->major != major) in match_exception()
339 if (ex->minor != ~0 && ex->minor != minor) in match_exception()
379 if (ex->major != ~0 && major != ~0 && ex->major != major) in match_exception_partial()
381 if (ex->minor != ~0 && minor != ~0 && ex->minor != minor) in match_exception_partial()
500 ex->major, ex->minor, ex->access); in parent_allows_removal()
623 memset(&ex, 0, sizeof(ex)); in devcgroup_update_access()
683 ex.major = ~0; in devcgroup_update_access()
[all …]
/linux/arch/s390/mm/
H A Dextable.c25 regs->psw.addr = extable_fixup(ex); in ex_handler_fixup()
34 regs->psw.addr = extable_fixup(ex); in ex_handler_ua_store()
46 regs->psw.addr = extable_fixup(ex); in ex_handler_ua_load_mem()
60 regs->psw.addr = extable_fixup(ex); in ex_handler_ua_load_reg()
76 regs->psw.addr = extable_fixup(ex); in ex_handler_zeropad()
85 if (!ex) in fixup_exception()
87 switch (ex->type) { in fixup_exception()
89 return ex_handler_fixup(ex, regs); in fixup_exception()
91 return ex_handler_bpf(ex, regs); in fixup_exception()
93 return ex_handler_ua_store(ex, regs); in fixup_exception()
[all …]
/linux/arch/riscv/mm/
H A Dextable.c20 return ((unsigned long)&ex->fixup + ex->fixup); in get_ex_fixup()
26 regs->epc = get_ex_fixup(ex); in ex_handler_fixup()
57 regs->epc = get_ex_fixup(ex); in ex_handler_uaccess_err_zero()
78 regs->epc = get_ex_fixup(ex); in ex_handler_load_unaligned_zeropad()
84 const struct exception_table_entry *ex; in fixup_exception() local
86 ex = search_exception_tables(regs->epc); in fixup_exception()
87 if (!ex) in fixup_exception()
90 switch (ex->type) { in fixup_exception()
92 return ex_handler_fixup(ex, regs); in fixup_exception()
94 return ex_handler_bpf(ex, regs); in fixup_exception()
[all …]
/linux/arch/arm64/mm/
H A Dextable.c14 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup() argument
16 return ((unsigned long)&ex->fixup + ex->fixup); in get_ex_fixup()
22 int reg_err = FIELD_GET(EX_DATA_REG_ERR, ex->data); in ex_handler_uaccess_err_zero()
23 int reg_zero = FIELD_GET(EX_DATA_REG_ZERO, ex->data); in ex_handler_uaccess_err_zero()
28 regs->pc = get_ex_fixup(ex); in ex_handler_uaccess_err_zero()
55 regs->pc = get_ex_fixup(ex); in ex_handler_load_unaligned_zeropad()
61 const struct exception_table_entry *ex; in fixup_exception() local
64 if (!ex) in fixup_exception()
67 switch (ex->type) { in fixup_exception()
69 return ex_handler_bpf(ex, regs); in fixup_exception()
[all …]
/linux/arch/loongarch/mm/
H A Dextable.c12 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup() argument
14 return ((unsigned long)&ex->fixup + ex->fixup); in get_ex_fixup()
27 regs->csr_era = get_ex_fixup(ex); in ex_handler_fixup()
35 int reg_err = FIELD_GET(EX_DATA_REG_ERR, ex->data); in ex_handler_uaccess_err_zero()
40 regs->csr_era = get_ex_fixup(ex); in ex_handler_uaccess_err_zero()
47 const struct exception_table_entry *ex; in fixup_exception() local
50 if (!ex) in fixup_exception()
53 switch (ex->type) { in fixup_exception()
55 return ex_handler_fixup(ex, regs); in fixup_exception()
57 return ex_handler_uaccess_err_zero(ex, regs); in fixup_exception()
[all …]
/linux/net/ceph/
H A Dstriper.c63 return ex; in lookup_last()
65 if (ex->oe_objno < objno) in lookup_last()
82 ex->oe_off + ex->oe_len >= objoff + xlen) /* paranoia */ in lookup_containing()
83 return ex; in lookup_containing()
85 if (ex->oe_objno > objno) in lookup_containing()
130 if (!ex) in ceph_file_to_extents()
133 ex->oe_objno = objno; in ceph_file_to_extents()
134 ex->oe_off = objoff; in ceph_file_to_extents()
135 ex->oe_len = xlen; in ceph_file_to_extents()
156 last_ex = ex, ex = list_next_entry(ex, oe_item)) { in ceph_file_to_extents()
[all …]
/linux/tools/build/tests/ex/
H A DMakefile7 ex: target
11 ex: ex-in.o libex-in.o target
14 ex.%: fixdep FORCE
17 ex-in.o: fixdep FORCE
18 make $(build)=ex
25 rm -f ex ex.i ex.s
H A DBuild1 ex-y += ex.o
2 ex-y += a.o
3 ex-y += b.o
4 ex-y += b.o
5 ex-y += empty/
6 ex-y += empty2/
7 ex-y += inc.o
/linux/fs/ext4/
H A Dextents.c236 if (ex) { in ext4_ext_find_goal()
735 ex++; in ext4_ext_show_move()
1590 ex++; in ext4_ext_search_right()
1826 memmove(ex + 1, ex + 2, len); in ext4_ext_try_to_merge_right()
2008 ex += 1; in ext4_ext_insert_extent()
2014 ex -= 1; in ext4_ext_insert_extent()
2594 if (!ex) in ext4_ext_rm_leaf()
2633 ex--; in ext4_ext_rm_leaf()
2712 memmove(ex, ex+1, (EXT_LAST_EXTENT(eh) - ex) * in ext4_ext_rm_leaf()
2728 ex--; in ext4_ext_rm_leaf()
[all …]
H A Dext4_extents.h226 static inline ext4_fsblk_t ext4_ext_pblock(struct ext4_extent *ex) in ext4_ext_pblock() argument
230 block = le32_to_cpu(ex->ee_start_lo); in ext4_ext_pblock()
231 block |= ((ext4_fsblk_t) le16_to_cpu(ex->ee_start_hi) << 31) << 1; in ext4_ext_pblock()
253 static inline void ext4_ext_store_pblock(struct ext4_extent *ex, in ext4_ext_store_pblock() argument
256 ex->ee_start_lo = cpu_to_le32((unsigned long) (pb & 0xffffffff)); in ext4_ext_store_pblock()
257 ex->ee_start_hi = cpu_to_le16((unsigned long) ((pb >> 31) >> 1) & in ext4_ext_store_pblock()
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Drenesas,irqc.yaml27 - renesas,intc-ex-r8a774a1 # RZ/G2M
28 - renesas,intc-ex-r8a774b1 # RZ/G2N
29 - renesas,intc-ex-r8a774c0 # RZ/G2E
30 - renesas,intc-ex-r8a774e1 # RZ/G2H
31 - renesas,intc-ex-r8a7795 # R-Car H3
35 - renesas,intc-ex-r8a77970 # R-Car V3M
36 - renesas,intc-ex-r8a77980 # R-Car V3H
37 - renesas,intc-ex-r8a77990 # R-Car E3
38 - renesas,intc-ex-r8a77995 # R-Car D3
39 - renesas,intc-ex-r8a779a0 # R-Car V3U
[all …]
/linux/fs/ocfs2/
H A Ddlmglue.h137 int ex,
142 int ex,
156 int ex);
158 int ex);
160 int ex);
166 int ocfs2_nfs_sync_lock(struct ocfs2_super *osb, int ex);
167 void ocfs2_nfs_sync_unlock(struct ocfs2_super *osb, int ex);
174 int ocfs2_dentry_lock(struct dentry *dentry, int ex);
175 void ocfs2_dentry_unlock(struct dentry *dentry, int ex);
202 int ex,
[all …]
/linux/tools/testing/selftests/x86/
H A Dtest_FISTTP.c23 int ex; in test() local
39 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
40 if (ex != 0) { in test()
59 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
60 if (ex != FE_INEXACT) { in test()
82 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
83 if (ex != FE_INEXACT) { in test()
103 ex = fetestexcept(FE_DIVBYZERO|FE_INEXACT|FE_INVALID|FE_OVERFLOW|FE_UNDERFLOW); in test()
104 if (ex != FE_INEXACT) { in test()
/linux/tools/build/Documentation/
H A DBuild.txt51 ex/a.c
60 'ex' - consists of 'a.o', 'b.o' and libex.a
68 ex/Build:
69 ex-y += a.o
70 ex-y += b.o
77 ex/arch/Build:
88 ex/ex-in.o
89 ex/libex-in.o
96 $ gcc -o ex ex-in.o libex.a
98 You can check the 'ex' example in 'tools/build/tests/ex' for more details.
[all …]
/linux/drivers/net/team/
H A Dteam_mode_loadbalance.c72 struct lb_priv_ex *ex; /* priv extension */ member
244 if (!lb_priv->ex->orig_fprog) { in lb_bpf_func_get()
301 if (lb_priv->ex->orig_fprog) { in lb_bpf_func_set()
309 lb_priv->ex->orig_fprog = fprog; in lb_bpf_func_set()
323 if (!lb_priv->ex->orig_fprog) in lb_bpf_func_free()
487 s_info = &lb_priv->ex->stats.info[j]; in lb_stats_refresh()
600 lb_priv->ex = kzalloc(sizeof(*lb_priv->ex), GFP_KERNEL); in lb_init()
601 if (!lb_priv->ex) in lb_init()
603 lb_priv->ex->team = team; in lb_init()
628 kfree(lb_priv->ex); in lb_init()
[all …]
/linux/drivers/scsi/libsas/
H A Dsas_expander.c41 if (!ex->parent_port) { in sas_ex_add_parent_port()
44 BUG_ON(!ex->parent_port); in sas_ex_add_parent_port()
436 ex->ex_phy = kcalloc(ex->num_phys, sizeof(*ex->ex_phy), GFP_KERNEL); in sas_expander_discover()
437 if (!ex->ex_phy) in sas_expander_discover()
446 kfree(ex->ex_phy); in sas_expander_discover()
447 ex->ex_phy = NULL; in sas_expander_discover()
1127 int i = 0, end = ex->num_phys; in sas_ex_discover_devices()
1592 if (level == ex->level) in sas_ex_level_discovery()
1893 if (level > ex->level) in sas_discover_bfs_by_root_level()
1907 int level = ex->level+1; in sas_discover_bfs_by_root()
[all …]
/linux/arch/mips/include/asm/
H A Delf.h329 #define SET_PERSONALITY2(ex, state) \ argument
360 #define __SET_PERSONALITY32_O32(ex, state) \ argument
372 #define __SET_PERSONALITY32_O32(ex, state) \ argument
377 #define __SET_PERSONALITY32(ex, state) \ argument
379 if ((((ex).e_flags & EF_MIPS_ABI2) != 0) && \
380 ((ex).e_flags & EF_MIPS_ABI) == 0) \
383 __SET_PERSONALITY32_O32(ex, state); \
389 #define SET_PERSONALITY2(ex, state) \ argument
399 if ((ex).e_ident[EI_CLASS] == ELFCLASS32) \
400 __SET_PERSONALITY32(ex, state); \
[all …]
/linux/arch/x86/kvm/vmx/
H A Dsgx.c77 struct x86_exception ex; in sgx_gva_to_gpa() local
85 kvm_inject_emulated_page_fault(vcpu, &ex); in sgx_gva_to_gpa()
107 struct x86_exception ex; in sgx_inject_fault() local
127 memset(&ex, 0, sizeof(ex)); in sgx_inject_fault()
128 ex.vector = PF_VECTOR; in sgx_inject_fault()
131 ex.address = gva; in sgx_inject_fault()
132 ex.error_code_valid = true; in sgx_inject_fault()
133 ex.nested_page_fault = false; in sgx_inject_fault()
134 kvm_inject_emulated_page_fault(vcpu, &ex); in sgx_inject_fault()
225 struct x86_exception ex; in handle_encls_ecreate() local
[all …]
/linux/fs/hpfs/
H A Dea.c19 char ex[4 + 255 + 1 + 8]; in hpfs_ea_ext_remove() local
26 if (hpfs_ea_read(s, a, ano, pos, 4, ex)) return; in hpfs_ea_ext_remove()
80 char ex[4 + 255 + 1 + 8]; in hpfs_read_ea() local
98 ea = (struct extended_attribute *)ex; in hpfs_read_ea()
104 if (hpfs_ea_read(s, a, ano, pos, 4, ex)) return -EIO; in hpfs_read_ea()
155 char ex[4 + 255 + 1 + 8]; in hpfs_get_ea() local
156 ea = (struct extended_attribute *)ex; in hpfs_get_ea()
162 if (hpfs_ea_read(s, a, ano, pos, 4, ex)) return NULL; in hpfs_get_ea()
216 char ex[4 + 255 + 1 + 8]; in hpfs_set_ea() local
217 ea = (struct extended_attribute *)ex; in hpfs_set_ea()
[all …]
/linux/tools/testing/kunit/
H A Drun_checks.py53 ex = f.exception()
54 if not ex:
59 if isinstance(ex, subprocess.TimeoutExpired):
61 elif isinstance(ex, subprocess.CalledProcessError):
67 output = ex.output
/linux/include/linux/
H A Delf.h13 # define elf_read_implies_exec(ex, have_pt_gnu_stack) 0 argument
16 #define SET_PERSONALITY(ex) \ argument
21 #define SET_PERSONALITY2(ex, state) \ argument
22 SET_PERSONALITY(ex)
31 #define ARCH_SETUP_ADDITIONAL_PAGES(bprm, ex, interpreter) \ argument
/linux/arch/powerpc/boot/dts/
H A Dcanyonlands.dts53 compatible = "ibm,uic-460ex","ibm,uic";
63 compatible = "ibm,uic-460ex","ibm,uic";
75 compatible = "ibm,uic-460ex","ibm,uic";
87 compatible = "ibm,uic-460ex","ibm,uic";
99 compatible = "ibm,sdr-460ex";
104 compatible = "ibm,cpr-460ex";
128 compatible = "ibm,plb-460ex", "ibm,plb4";
202 compatible = "amcc,sata-460ex";
211 compatible = "ibm,opb-460ex", "ibm,opb";
218 compatible = "ibm,ebc-460ex", "ibm,ebc";
[all …]
H A Dobs600.dts56 compatible = "ibm,uic-405ex", "ibm,uic";
66 compatible = "ibm,uic-405ex","ibm,uic";
78 compatible = "ibm,uic-405ex","ibm,uic";
99 compatible = "ibm,plb-405ex", "ibm,plb4";
121 compatible = "ibm,mcmal-405ex", "ibm,mcmal2";
139 compatible = "ibm,opb-405ex", "ibm,opb";
149 compatible = "ibm,ebc-405ex", "ibm,ebc";
218 compatible = "ibm,iic-405ex", "ibm,iic";
232 compatible = "ibm,iic-405ex", "ibm,iic";
239 compatible = "ibm,rgmii-405ex", "ibm,rgmii";
[all …]
/linux/arch/mips/boot/
H A Delf2ecoff.c270 Elf32_Ehdr ex; in main() local
307 i = read(infile, &ex, sizeof ex); in main()
308 if (i != sizeof ex) { in main()
315 if (ex.e_ident[EI_DATA] == ELFDATA2MSB) in main()
326 convert_elf_hdr(&ex); in main()
333 convert_elf_phdrs(ph, ex.e_phnum); in main()
339 convert_elf_shdrs(sh, ex.e_shnum); in main()
349 for (i = 0; i < ex.e_phnum; i++) { in main()
388 ex.e_phnum, ph[i].p_type); in main()
425 eah.entry = ex.e_entry; in main()
[all …]

12345678910