Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 839) sorted by relevance

12345678910>>...34

/openbmc/qemu/tests/qemu-iotests/
H A D12260 $QEMU_IMG map "$TEST_IMG".orig | _filter_qemu_img_map
71 "$TEST_IMG" "$TEST_IMG".orig
74 "$TEST_IMG" "$TEST_IMG".orig
79 "$TEST_IMG" "$TEST_IMG".orig
82 "$TEST_IMG" "$TEST_IMG".orig
124 "$TEST_IMG".orig \
278 TEST_IMG="$TEST_IMG".orig _make_test_img 64M
284 $QEMU_IMG compare "$TEST_IMG" "$TEST_IMG".orig
290 TEST_IMG="$TEST_IMG".orig _make_test_img 64M
304 TEST_IMG="$TEST_IMG".orig _make_test_img 64M
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dconnect_force_port6.c32 struct svc_addr *orig; in connect6() local
46 if (!orig) in connect6()
49 orig->addr[0] = ctx->user_ip6[0]; in connect6()
50 orig->addr[1] = ctx->user_ip6[1]; in connect6()
51 orig->addr[2] = ctx->user_ip6[2]; in connect6()
52 orig->addr[3] = ctx->user_ip6[3]; in connect6()
53 orig->port = ctx->user_port; in connect6()
84 struct svc_addr *orig; in getpeername6() local
92 if (orig) { in getpeername6()
93 ctx->user_ip6[0] = orig->addr[0]; in getpeername6()
[all …]
H A Dconnect_force_port4.c33 struct svc_addr *orig; in connect4() local
45 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, in connect4()
47 if (!orig) in connect4()
50 orig->addr = ctx->user_ip4; in connect4()
51 orig->port = ctx->user_port; in connect4()
76 struct svc_addr *orig; in getpeername4() local
83 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, 0); in getpeername4()
84 if (orig) { in getpeername4()
85 ctx->user_ip4 = orig->addr; in getpeername4()
86 ctx->user_port = orig->port; in getpeername4()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c73 if (!info->orig || !info->target || in coresight_add_sysfs_link()
90 &info->orig->dev.kobj, in coresight_add_sysfs_link()
99 info->orig->nr_links++; in coresight_add_sysfs_link()
111 if (!info->orig || !info->target || in coresight_remove_sysfs_link()
123 info->orig->nr_links--; in coresight_remove_sysfs_link()
156 outs = devm_kasprintf(&orig->dev, GFP_KERNEL, in coresight_make_links()
164 link = devm_kzalloc(&orig->dev, in coresight_make_links()
170 link->orig = orig; in coresight_make_links()
194 if (!orig || !conn->link) in coresight_remove_links()
200 devm_kfree(&orig->dev, conn->link->orig_name); in coresight_remove_links()
[all …]
/openbmc/qemu/tests/tcg/x86_64/
H A Dcmpxchg.c5 static unsigned long test_cmpxchgb(unsigned long orig) in test_cmpxchgb() argument
8 mem = orig; in test_cmpxchgb()
11 : [ cmp ] "r"(0x77), "a"(orig)); in test_cmpxchgb()
15 static unsigned long test_cmpxchgw(unsigned long orig) in test_cmpxchgw() argument
18 mem = orig; in test_cmpxchgw()
21 : [ cmp ] "r"(0x7777), "a"(orig)); in test_cmpxchgw()
25 static unsigned long test_cmpxchgl(unsigned long orig) in test_cmpxchgl() argument
28 mem = orig; in test_cmpxchgl()
31 : [ cmp ] "r"(0x77777777u), "a"(orig)); in test_cmpxchgl()
/openbmc/linux/lib/
H A Dtest_bitmap.c747 bitmap_zero(orig, 500); in test_for_each_set_bit_wrap()
772 bitmap_zero(orig, 500); in test_for_each_set_bit()
794 bitmap_zero(orig, 500); in test_for_each_set_bit_from()
824 bitmap_fill(orig, 500); in test_for_each_clear_bit()
846 bitmap_fill(orig, 500); in test_for_each_clear_bit_from()
876 bitmap_zero(orig, 500); in test_for_each_set_bitrange()
881 bitmap_set(orig, s, 1); in test_for_each_set_bitrange()
898 bitmap_fill(orig, 500); in test_for_each_clear_bitrange()
920 bitmap_zero(orig, 500); in test_for_each_set_bitrange_from()
924 bitmap_set(orig, s, 1); in test_for_each_set_bitrange_from()
[all …]
H A Dfortify_kunit.c148 void *orig; \
187 orig = kmalloc(alloc_size, gfp); \
188 KUNIT_EXPECT_TRUE(test, orig != NULL); \
190 krealloc(orig, (alloc_size) * 2, gfp), \
192 orig = kmalloc(alloc_size, gfp); \
193 KUNIT_EXPECT_TRUE(test, orig != NULL); \
197 orig = kmalloc(alloc_size, gfp); \
227 void *orig; \
255 orig = kvmalloc(prev_size, gfp); \
258 kvrealloc(orig, prev_size, \
[all …]
/openbmc/qemu/include/qemu/
H A Dstats64.h55 uint64_t orig = qatomic_read__nocheck(&s->value); in stat64_min() local
56 while (orig > value) { in stat64_min()
57 orig = qatomic_cmpxchg__nocheck(&s->value, orig, value); in stat64_min()
63 uint64_t orig = qatomic_read__nocheck(&s->value); in stat64_max() local
64 while (orig < value) { in stat64_max()
65 orig = qatomic_cmpxchg__nocheck(&s->value, orig, value); in stat64_max()
94 uint32_t orig = s->low; in stat64_add() local
95 uint32_t result = orig + low; in stat64_add()
110 old = qatomic_cmpxchg(&s->low, orig, result); in stat64_add()
111 if (orig == old) { in stat64_add()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A Dfix-ldflags.patch19 diff -uNr tools.orig/jailtest/Makefile tools/jailtest/Makefile
20 --- tools.orig/jailtest/Makefile 2017-04-03 15:56:02.068461380 +0200
31 diff -uNr tools.orig/moo/Makefile tools/moo/Makefile
32 --- tools.orig/moo/Makefile 2017-04-03 15:56:02.068461380 +0200
47 diff -uNr tools.orig/port-helper/Makefile tools/port-helper/Makefile
59 diff -uNr tools.orig/tunctl/Makefile tools/tunctl/Makefile
60 --- tools.orig/tunctl/Makefile 2017-04-03 15:56:02.068461380 +0200
71 diff -uNr tools.orig/uml_net/Makefile tools/uml_net/Makefile
72 --- tools.orig/uml_net/Makefile 2017-04-03 15:56:02.068461380 +0200
83 diff -uNr tools.orig/uml_router/Makefile tools/uml_router/Makefile
[all …]
H A Dunstrip.patch9 --- tools.orig/jailtest/Makefile 2003-02-07 20:10:27.000000000 -0800
19 --- tools.orig/mconsole/Makefile 2012-09-05 12:05:09.869607043 -0700
29 --- tools.orig/moo/Makefile 2003-06-26 09:27:00.000000000 -0700
39 --- tools.orig/port-helper/Makefile 2003-02-07 20:05:31.000000000 -0800
49 --- tools.orig/tunctl/Makefile 2003-02-07 20:05:04.000000000 -0800
59 --- tools.orig/uml_net/Makefile 2003-02-07 20:04:55.000000000 -0800
69 --- tools.orig/uml_router/Makefile 2003-02-07 20:04:39.000000000 -0800
79 --- tools.orig/watchdog/Makefile 2003-02-07 20:04:25.000000000 -0800
/openbmc/qemu/ui/
H A Dvnc-jobs.c186 local->features = orig->features; in vnc_async_encoding_start()
187 local->vd = orig->vd; in vnc_async_encoding_start()
190 local->client_pf = orig->client_pf; in vnc_async_encoding_start()
192 local->tight = orig->tight; in vnc_async_encoding_start()
193 local->zlib = orig->zlib; in vnc_async_encoding_start()
194 local->hextile = orig->hextile; in vnc_async_encoding_start()
195 local->zrle = orig->zrle; in vnc_async_encoding_start()
203 orig->tight = local->tight; in vnc_async_encoding_end()
204 orig->zlib = local->zlib; in vnc_async_encoding_end()
205 orig->hextile = local->hextile; in vnc_async_encoding_end()
[all …]
/openbmc/linux/tools/lib/perf/
H A Dcpumap.c412 if (perf_cpu_map__is_subset(orig, other)) in perf_cpu_map__merge()
413 return orig; in perf_cpu_map__merge()
414 if (perf_cpu_map__is_subset(other, orig)) { in perf_cpu_map__merge()
415 perf_cpu_map__put(orig); in perf_cpu_map__merge()
430 tmp_cpus[k++] = __perf_cpu_map__cpu(orig, i++); in perf_cpu_map__merge()
435 while (i < __perf_cpu_map__nr(orig)) in perf_cpu_map__merge()
436 tmp_cpus[k++] = __perf_cpu_map__cpu(orig, i++); in perf_cpu_map__merge()
444 perf_cpu_map__put(orig); in perf_cpu_map__merge()
456 if (perf_cpu_map__is_subset(other, orig)) in perf_cpu_map__intersect()
457 return perf_cpu_map__get(orig); in perf_cpu_map__intersect()
[all …]
/openbmc/linux/net/batman-adv/
H A Dmulticast.c1528 struct batadv_orig_node *orig, in batadv_mcast_want_unsnoop_update() argument
1573 struct batadv_orig_node *orig, in batadv_mcast_want_ipv4_update() argument
1618 struct batadv_orig_node *orig, in batadv_mcast_want_ipv6_update() argument
1663 struct batadv_orig_node *orig, in batadv_mcast_want_rtr4_update() argument
1708 struct batadv_orig_node *orig, in batadv_mcast_want_rtr6_update() argument
1781 struct batadv_orig_node *orig, in batadv_mcast_tvlv_ogm_handler() argument
1792 spin_lock_bh(&orig->mcast_handler_lock); in batadv_mcast_tvlv_ogm_handler()
1810 orig->mcast_flags = mcast_flags; in batadv_mcast_tvlv_ogm_handler()
1811 spin_unlock_bh(&orig->mcast_handler_lock); in batadv_mcast_tvlv_ogm_handler()
1887 orig_node->orig)) { in batadv_mcast_flags_dump_entry()
[all …]
/openbmc/linux/tools/lib/perf/include/internal/
H A Drc_check.h63 struct original_##struct_name *orig; \
77 result ? (result->orig = object, result) \
83 #define RC_CHK_ACCESS(object) object->orig
88 zfree(&object->orig); \
93 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, (object ? object->orig : NULL))
99 object->orig = NULL; \
/openbmc/linux/arch/sparc/mm/
H A Dtlb.c113 pte_t *ptep, pte_t orig, int fullmm, in tlb_batch_add() argument
117 pte_dirty(orig)) { in tlb_batch_add()
118 unsigned long paddr, pfn = pte_pfn(orig); in tlb_batch_add()
171 pmd_t orig, pmd_t pmd) in __set_pmd_acct() argument
191 if (is_huge_zero_page(pmd_page(orig))) in __set_pmd_acct()
207 if (!pmd_none(orig)) { in __set_pmd_acct()
209 if (pmd_trans_huge(orig)) { in __set_pmd_acct()
210 pte_t orig_pte = __pte(pmd_val(orig)); in __set_pmd_acct()
217 tlb_batch_pmd_scan(mm, addr, orig); in __set_pmd_acct()
225 pmd_t orig = *pmdp; in set_pmd_at() local
[all …]
/openbmc/linux/drivers/mtd/nand/
H A Decc.c535 orig = &ctx->orig_req; in nand_ecc_tweak_req()
556 if (orig->type == NAND_PAGE_WRITE) { in nand_ecc_tweak_req()
559 orig->databuf.out, orig->datalen); in nand_ecc_tweak_req()
563 orig->oobbuf.out, orig->ooblen); in nand_ecc_tweak_req()
573 orig = &ctx->orig_req; in nand_ecc_restore_req()
577 if (orig->type == NAND_PAGE_READ) { in nand_ecc_restore_req()
579 memcpy(orig->databuf.in, in nand_ecc_restore_req()
581 orig->datalen); in nand_ecc_restore_req()
584 memcpy(orig->oobbuf.in, in nand_ecc_restore_req()
586 orig->ooblen); in nand_ecc_restore_req()
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_DSCP.c76 u_int8_t orig, nv; in tos_tg() local
78 orig = ipv4_get_dsfield(iph); in tos_tg()
79 nv = (orig & ~info->tos_mask) ^ info->tos_value; in tos_tg()
81 if (orig != nv) { in tos_tg()
96 u_int8_t orig, nv; in tos_tg6() local
98 orig = ipv6_get_dsfield(iph); in tos_tg6()
99 nv = (orig & ~info->tos_mask) ^ info->tos_value; in tos_tg6()
101 if (orig != nv) { in tos_tg6()
/openbmc/linux/drivers/md/
H A Ddm-rq.c21 struct request *orig, *clone; member
83 unsigned int nr_bytes = info->orig->bi_iter.bi_size; in end_clone_bio()
134 blk_rq_pos(orig), tio->n_sectors, true, in rq_end_stats()
161 struct request *rq = tio->orig; in dm_end_request()
191 struct request *rq = tio->orig; in dm_requeue_original_request()
302 dm_complete_request(tio->orig, error); in end_clone_request()
313 info->orig = bio_orig; in dm_rq_bio_constructor()
344 tio->orig = rq; in init_tio()
367 struct request *rq = tio->orig; in map_request()
435 blk_mq_start_request(orig); in dm_start_request()
[all …]
/openbmc/sdbusplus/test/message/
H A Dnative_types.cpp60 auto orig = "str"s; in TEST() local
61 sdbusplus::message::object_path obj = orig; in TEST()
63 EXPECT_EQ(orig, out); in TEST()
68 auto orig = "str"s; in TEST() local
69 sdbusplus::message::object_path obj = orig; in TEST()
71 EXPECT_EQ(orig, out); in TEST()
/openbmc/linux/fs/netfs/
H A Diterator.c36 ssize_t netfs_extract_user_iter(struct iov_iter *orig, size_t orig_len, in netfs_extract_user_iter() argument
50 if (WARN_ON_ONCE(!iter_is_ubuf(orig) && !iter_is_iovec(orig))) in netfs_extract_user_iter()
53 max_pages = iov_iter_npages(orig, INT_MAX); in netfs_extract_user_iter()
67 ret = iov_iter_extract_pages(orig, &pages, count, in netfs_extract_user_iter()
100 iov_iter_bvec(new, orig->data_source, bv, npages, orig_len - count); in netfs_extract_user_iter()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dhci.h191 u32 orig; in rtw_read32_mask() local
194 orig = rtw_read32(rtwdev, addr); in rtw_read32_mask()
195 ret = (orig & mask) >> shift; in rtw_read32_mask()
204 u32 orig; in rtw_read16_mask() local
208 ret = (orig & mask) >> shift; in rtw_read16_mask()
217 u32 orig; in rtw_read8_mask() local
220 orig = rtw_read8(rtwdev, addr); in rtw_read8_mask()
221 ret = (orig & mask) >> shift; in rtw_read8_mask()
230 u32 orig; in rtw_write32_mask() local
244 u8 orig, set; in rtw_write8_mask() local
[all …]
/openbmc/linux/arch/mips/generic/
H A Dboard-sead3.c184 unsigned int freq, orig, tick = 0; in sead3_measure_hpt_freq() local
189 orig = readl(status_reg) & 0x2; /* get original sample */ in sead3_measure_hpt_freq()
191 while ((readl(status_reg) & 0x2) == orig) in sead3_measure_hpt_freq()
193 orig = orig ^ 0x2; /* flip the bit */ in sead3_measure_hpt_freq()
200 while ((readl(status_reg) & 0x2) == orig) in sead3_measure_hpt_freq()
202 orig = orig ^ 0x2; /* flip the bit */ in sead3_measure_hpt_freq()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dexpand_remote_port.patch3 diff -ruN tcp_wrappers_7.6.orig/eval.c tcp_wrappers_7.6/eval.c
4 --- tcp_wrappers_7.6.orig/eval.c 1995-01-30 19:51:46.000000000 +0100
35 diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
36 --- tcp_wrappers_7.6.orig/hosts_access.5 2004-11-04 13:17:45.000000000 +0100
47 diff -ruN tcp_wrappers_7.6.orig/percent_x.c tcp_wrappers_7.6/percent_x.c
48 --- tcp_wrappers_7.6.orig/percent_x.c 1994-12-28 17:42:38.000000000 +0100
59 diff -ruN tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h
60 --- tcp_wrappers_7.6.orig/tcpd.h 2004-11-04 13:17:45.000000000 +0100
/openbmc/linux/arch/arm/probes/kprobes/
H A Dopt-arm.c182 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *orig) in NOKPROBE_SYMBOL()
189 if (!can_optimize(orig)) in NOKPROBE_SYMBOL()
222 (long)orig->addr + 8) & 0xfe000003; in NOKPROBE_SYMBOL()
239 BUG_ON(orig->ainsn.stack_space < 0); in NOKPROBE_SYMBOL()
241 stack_protect += orig->ainsn.stack_space; in NOKPROBE_SYMBOL()
260 orig->ainsn.kprobe_direct_exec = false; in NOKPROBE_SYMBOL()
261 if (can_kprobe_direct_exec(orig->ainsn.register_usage_flags)) { in NOKPROBE_SYMBOL()
273 code[TMPL_RESTORE_ORIGN_INSN] = __opcode_to_mem_arm(orig->opcode); in NOKPROBE_SYMBOL()
277 orig->ainsn.kprobe_direct_exec = true; in NOKPROBE_SYMBOL()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsi.c2436 u32 data, orig; in si_program_aspm() local
2448 if (orig != data) in si_program_aspm()
2453 if (orig != data) in si_program_aspm()
2458 if (orig != data) in si_program_aspm()
2470 if (orig != data) in si_program_aspm()
2479 if (orig != data) in si_program_aspm()
2485 if (orig != data) in si_program_aspm()
2491 if (orig != data) in si_program_aspm()
2497 if (orig != data) in si_program_aspm()
2615 if (orig != data) in si_program_aspm()
[all …]

12345678910>>...34