/openbmc/linux/tools/build/tests/ |
H A D | run.sh | 5 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 …]
|
/openbmc/linux/security/ |
H A D | device_cgroup.c | 69 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 …]
|
/openbmc/linux/arch/s390/mm/ |
H A D | extable.c | 25 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() 66 const struct exception_table_entry *ex; in fixup_exception() local 69 if (!ex) in fixup_exception() 71 switch (ex->type) { in fixup_exception() 73 return ex_handler_fixup(ex, regs); in fixup_exception() 75 return ex_handler_bpf(ex, regs); in fixup_exception() 77 return ex_handler_ua_store(ex, regs); in fixup_exception() [all …]
|
/openbmc/linux/arch/arm64/mm/ |
H A D | extable.c | 14 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 …]
|
/openbmc/linux/arch/riscv/mm/ |
H A D | extable.c | 18 get_ex_fixup(const struct exception_table_entry *ex) in get_ex_fixup() argument 20 return ((unsigned long)&ex->fixup + ex->fixup); in get_ex_fixup() 26 regs->epc = get_ex_fixup(ex); in ex_handler_fixup() 49 regs->epc = get_ex_fixup(ex); in ex_handler_uaccess_err_zero() 55 const struct exception_table_entry *ex; in fixup_exception() local 57 ex = search_exception_tables(regs->epc); in fixup_exception() 58 if (!ex) in fixup_exception() 61 switch (ex->type) { in fixup_exception() 63 return ex_handler_fixup(ex, regs); in fixup_exception() 65 return ex_handler_bpf(ex, regs); in fixup_exception() [all …]
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | extable.c | 12 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 …]
|
/openbmc/linux/net/ceph/ |
H A D | striper.c | 63 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 …]
|
/openbmc/bmcweb/test/http/ |
H A D | mutual_tls.cpp | 108 ASSERT_THAT(ex, NotNull()); in TEST() 109 ASSERT_EQ(X509_add_ext(x509.get(), ex, -1), 1); in TEST() 110 X509_EXTENSION_free(ex); in TEST() 112 ASSERT_THAT(ex, NotNull()); in TEST() 113 ASSERT_EQ(X509_add_ext(x509.get(), ex, -1), 1); in TEST() 114 X509_EXTENSION_free(ex); in TEST() 137 X509_EXTENSION* ex = in TEST() local 140 ASSERT_THAT(ex, NotNull()); in TEST() 142 X509_EXTENSION_free(ex); in TEST() 145 ASSERT_THAT(ex, NotNull()); in TEST() [all …]
|
/openbmc/linux/tools/build/tests/ex/ |
H A D | Makefile | 7 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 D | Build | 1 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
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | renesas,irqc.yaml | 27 - 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 …]
|
/openbmc/linux/fs/ext4/ |
H A D | extents.c | 236 if (ex) { in ext4_ext_find_goal() 735 ex++; in ext4_ext_show_move() 1592 ex++; in ext4_ext_search_right() 1828 memmove(ex + 1, ex + 2, len); in ext4_ext_try_to_merge_right() 2011 ex += 1; in ext4_ext_insert_extent() 2017 ex -= 1; in ext4_ext_insert_extent() 2598 if (!ex) in ext4_ext_rm_leaf() 2637 ex--; in ext4_ext_rm_leaf() 2716 memmove(ex, ex+1, (EXT_LAST_EXTENT(eh) - ex) * in ext4_ext_rm_leaf() 2732 ex--; in ext4_ext_rm_leaf() [all …]
|
/openbmc/linux/fs/ocfs2/ |
H A D | dlmglue.h | 137 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 …]
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 23 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
H A D | autoreconf-exclude.patch | 30 +my @ex; 56 + @ex = grep (/^autopoint$/, @exclude); 57 + if ($#ex == -1) { 69 + if ($#ex == -1) { 81 + @ex = grep (/^gtkdocize$/, @exclude); 82 + if ($#ex == -1) { 93 + @ex = grep (/^autoconf$/, @exclude); 94 + if ($#ex == -1) { 105 + if ($#ex == -1) { 115 + @ex = grep (/^automake$/, @exclude); [all …]
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | Makefile | 4 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-ex.dtb 5 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-ex-idk-1110wr.dtb 6 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-ex-mipi-2.1.dtb 8 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-hihope-rzg2m-rev2-ex.dtb 13 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-ex.dtb 14 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-ex-idk-1110wr.dtb 15 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-ex-mipi-2.1.dtb 17 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-hihope-rzg2n-rev2-ex.dtb 27 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-hihope-rzg2h-ex.dtb 28 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-hihope-rzg2h-ex-idk-1110wr.dtb [all …]
|
/openbmc/linux/tools/build/Documentation/ |
H A D | Build.txt | 51 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 …]
|
/openbmc/linux/drivers/net/team/ |
H A D | team_mode_loadbalance.c | 72 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 …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | elf.h | 329 #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 …]
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | sgx.c | 76 struct x86_exception ex; in sgx_gva_to_gpa() local 84 kvm_inject_emulated_page_fault(vcpu, &ex); in sgx_gva_to_gpa() 106 struct x86_exception ex; in sgx_inject_fault() local 126 memset(&ex, 0, sizeof(ex)); in sgx_inject_fault() 127 ex.vector = PF_VECTOR; in sgx_inject_fault() 130 ex.address = gva; in sgx_inject_fault() 131 ex.error_code_valid = true; in sgx_inject_fault() 132 ex.nested_page_fault = false; in sgx_inject_fault() 133 kvm_inject_emulated_page_fault(vcpu, &ex); in sgx_inject_fault() 224 struct x86_exception ex; in handle_encls_ecreate() local [all …]
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.cpp | 115 catch (const sdbusplus::exception::SdBusError& ex) in get_mac_addr() local 117 stdplus::println(stderr, "Failed to get MACAddress: {}", ex.what()); in get_mac_addr() 155 catch (const std::exception& ex) in set_mac_addr() local 158 std::get<std::string>(mac_value), ex.what()); in set_mac_addr() 166 catch (const sdbusplus::exception::SdBusError& ex) in set_mac_addr() local 169 std::get<std::string>(mac_value), ex.what()); in set_mac_addr() 216 catch (const sdbusplus::exception::SdBusError& ex) in set_nic_hostless() local 219 ex.what()); in set_nic_hostless()
|
/openbmc/phosphor-time-manager/ |
H A D | manager.cpp | 125 catch (const std::exception& ex) in onTimedateChanged() local 127 error("Failed to sync NTP: {ERROR}", "ERROR", ex); in onTimedateChanged() 147 catch (const sdbusplus::exception_t& ex) in updateNtpSetting() local 149 error("Failed to update NTP setting: {ERROR}", "ERROR", ex); in updateNtpSetting() 165 catch (const sdbusplus::exception_t& ex) in setCurrentTimeMode() local 167 error("Failed to convert mode from string: {ERROR}", "ERROR", ex); in setCurrentTimeMode() 188 catch (const std::exception& ex) in getSetting() local 192 "ERROR", ex, "PATH", path, "INTERFACE", interface, "NAME", setting); in getSetting()
|
/openbmc/u-boot/doc/ |
H A D | README.marubun-pcmcia | 14 ex. * MS7750SE01 30 ex. #define CONFIG_MARUBUN_PCCARD 34 ex. #define CONFIG_PCMCIA_SLOT_A 1 39 ex. #define CONFIG_SYS_MARUBUN_MRSHPC 0xb03fffe0 45 ex. #define CONFIG_SYS_MARUBUN_MW1 0xb0400000 51 ex. #define CONFIG_SYS_MARUBUN_MW2 0xb0500000 57 ex. #define CONFIG_SYS_MARUBUN_IO 0xb0600000
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_expander.c | 414 ex->ex_phy = kcalloc(ex->num_phys, sizeof(*ex->ex_phy), GFP_KERNEL); in sas_expander_discover() 415 if (!ex->ex_phy) in sas_expander_discover() 424 kfree(ex->ex_phy); in sas_expander_discover() 425 ex->ex_phy = NULL; in sas_expander_discover() 1107 int i = 0, end = ex->num_phys; in sas_ex_discover_devices() 1569 struct sas_expander_device *ex = in sas_ex_level_discovery() local 1572 if (level == ex->level) in sas_ex_level_discovery() 1870 if (level > ex->level) in sas_discover_bfs_by_root_level() 1873 else if (level == ex->level) in sas_discover_bfs_by_root_level() 1884 int level = ex->level+1; in sas_discover_bfs_by_root() [all …]
|
/openbmc/linux/include/linux/ |
H A D | elf.h | 13 # 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
|