Home
last modified time | relevance | path

Searched defs:o (Results 51 – 75 of 460) sorted by relevance

12345678910>>...19

/openbmc/qemu/backends/
H A Ddbus-vmstate.c435 dbus_vmstate_finalize(Object *o) in dbus_vmstate_finalize()
448 get_dbus_addr(Object *o, Error **errp) in get_dbus_addr()
456 set_dbus_addr(Object *o, const char *str, Error **errp) in set_dbus_addr()
465 get_id_list(Object *o, Error **errp) in get_id_list()
473 set_id_list(Object *o, const char *str, Error **errp) in set_id_list()
/openbmc/linux/arch/loongarch/include/asm/
H A Dcmpxchg.h202 #define arch_cmpxchg64_local(ptr, o, n) \ argument
208 #define arch_cmpxchg64(ptr, o, n) \ argument
215 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
216 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
H A Dpercpu.h162 #define _protect_cmpxchg_local(pcp, o, n) \ argument
234 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
235 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
236 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
237 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c104 #define LOADMM(r, o) "movq " #r ", " #o "[%0]\n\t" argument
105 #define LOADXMM(r, o) "movdqa " #r ", " #o "[%0]\n\t" argument
106 #define STOREMM(r, o) "movq " #o "[%1], " #r "\n\t" argument
107 #define STOREXMM(r, o) "movdqa " #o "[%1], " #r "\n\t" argument
126 #define LOADREG(r, o) "mov " #r ", " #o "[rax]\n\t" argument
127 #define STOREREG(r, o) "mov " #o "[rax], " #r "\n\t" argument
H A Dtest-avx.c92 #define LOADMM(r, o) "movq " #r ", " #o "[%0]\n\t" argument
93 #define LOADYMM(r, o) "vmovdqa " #r ", " #o "[%0]\n\t" argument
94 #define STOREMM(r, o) "movq " #o "[%1], " #r "\n\t" argument
95 #define STOREYMM(r, o) "vmovdqa " #o "[%1], " #r "\n\t" argument
122 #define LOADREG(r, o) "mov " #r ", " #o "[rax]\n\t" argument
123 #define STOREREG(r, o) "mov " #o "[rax], " #r "\n\t" argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h347 #define VMM_FO(m,o,d,c,b) nvkm_fo##b((m)->memory, (o), (d), (c)) argument
348 #define VMM_WO(m,o,d,c,b) nvkm_wo##b((m)->memory, (o), (d)) argument
349 #define VMM_XO(m,v,o,d,c,b,fn,f,a...) do { \ argument
355 #define VMM_WO032(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 32, WO, "%08x") argument
356 #define VMM_FO032(m,v,o,d,c) \ argument
359 #define VMM_WO064(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 64, WO, "%016llx") argument
360 #define VMM_FO064(m,v,o,d,c) \ argument
363 #define VMM_XO128(m,v,o,lo,hi,c,f,a...) do { \ argument
374 #define VMM_WO128(m,v,o,lo,hi) VMM_XO128((m),(v),(o),(lo),(hi), 1, "") argument
375 #define VMM_FO128(m,v,o,lo,hi,c) do { \ argument
/openbmc/linux/lib/
H A Dtextsearch.c115 struct ts_ops *o; in lookup_ts_algo() local
146 struct ts_ops *o; in textsearch_register() local
181 struct ts_ops *o; in textsearch_unregister() local
/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_device.h51 #define decoder_call(zr, o, f, args...) \ argument
53 #define encoder_call(zr, o, f, args...) \ argument
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c33 uint64_t o = 0; in pac_cell_shuffle() local
60 uint64_t o = 0; in pac_cell_inv_shuffle() local
91 uint64_t o = 0; in pac_sub() local
106 uint64_t o = 0; in pac_sub1() local
121 uint64_t o = 0; in pac_inv_sub() local
139 uint64_t o = 0; in pac_mult() local
170 uint64_t o = 0; in tweak_shuffle() local
202 uint64_t o = 0; in tweak_inv_shuffle() local
/openbmc/linux/fs/ceph/
H A Dstrings.c110 const char *ceph_lease_op_name(int o) in ceph_lease_op_name()
121 const char *ceph_snap_op_name(int o) in ceph_snap_op_name()
/openbmc/linux/drivers/md/
H A Ddm-snap.c391 struct origin *o; in __lookup_origin() local
411 struct dm_origin *o; in __lookup_dm_origin() local
454 struct origin *o; in __find_snapshots_sharing_cow() local
553 struct origin *o, *new_o = NULL; in register_snapshot() local
608 struct origin *o; in unregister_snapshot() local
2228 struct dm_origin *o; in snapshot_resume() local
2558 struct origin *o; in do_origin() local
2598 struct origin *o; in origin_write_extent() local
2627 struct dm_origin *o; in origin_ctr() local
2661 struct dm_origin *o = ti->private; in origin_dtr() local
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dhive_types.h23 #define _HRTCAT3(m, n, o) m##n##o argument
24 #define HRTCAT3(m, n, o) _HRTCAT3(m, n, o) argument
28 #define _HRTCAT4(m, n, o, p) m##n##o##p argument
29 #define HRTCAT4(m, n, o, p) _HRTCAT4(m, n, o, p) argument
/openbmc/linux/arch/sparc/include/asm/
H A Dcmpxchg_64.h171 #define arch_cmpxchg(ptr,o,n) \ argument
198 #define arch_cmpxchg_local(ptr, o, n) \ argument
201 #define arch_cmpxchg64_local(ptr, o, n) \ argument
206 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/openbmc/openbmc/poky/scripts/
H A Doepydevshell-internal.py58 o = "" variable
82 o = input().encode('utf-8') variable
/openbmc/linux/drivers/net/can/cc770/
H A Dcc770.c111 unsigned int o, mo; in enable_all_objs() local
172 int o, mo; in disable_all_objs() local
599 static void cc770_rx_interrupt(struct net_device *dev, unsigned int o) in cc770_rx_interrupt()
640 static void cc770_rtr_interrupt(struct net_device *dev, unsigned int o) in cc770_rtr_interrupt()
664 static void cc770_tx_interrupt(struct net_device *dev, unsigned int o) in cc770_tx_interrupt()
713 int o, n = 0; in cc770_interrupt() local
/openbmc/u-boot/fs/ubifs/
H A Dorphan.c56 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local
106 struct ubifs_orphan *o; in ubifs_delete_orphan() local
503 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local
738 struct ubifs_orphan *o; in dbg_find_orphan() local
760 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local
788 struct check_orphan *o; in dbg_find_check_orphan() local
806 struct check_orphan *o, *n; in dbg_free_check_tree() local
/openbmc/qemu/tcg/
H A Dtcg-internal.h74 int o = HOST_BIG_ENDIAN ? 64 / TCG_TARGET_REG_BITS : 0; in TCGV128_LOW() local
80 int o = HOST_BIG_ENDIAN ? 0 : 64 / TCG_TARGET_REG_BITS; in TCGV128_HIGH() local
/openbmc/linux/drivers/gpu/host1x/hw/
H A Ddebug_hw.c41 static unsigned int show_channel_command(struct output *o, u32 val, in show_channel_command()
159 static void show_gather(struct output *o, dma_addr_t phys_addr, in show_gather()
193 static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma) in show_channel_gathers()
/openbmc/linux/sound/pci/
H A Dens1370.c132 #define ES_1371_JOY_ASEL(o) (((o)&0x03)<<24)/* joystick port mapping */ argument
153 #define ES_1371_PDLEV(o) (((o)&0x03)<<8) /* current power down level */ argument
196 #define ES_TXINTENO(o) (((o)&0x03)<<5) /* TX interrupt enable */ argument
199 #define ES_CNTRL(o) (((o)&0x03)<<0) /* control */ argument
204 #define ES_MEM_PAGEO(o) (((o)&0x0f)<<0) /* memory page select - out */ argument
279 #define ES_P2_MODEO(o) (((o)&0x03)<<2) /* DAC2 mode; -- '' -- */ argument
282 #define ES_P1_MODEO(o) (((o)&0x03)<<0) /* DAC1 mode; -- '' -- */ argument
290 #define ES_REG_COUNTO(o) (((o)&0xffff)<<0) argument
300 #define ES_REG_FCURR_COUNTO(o) (((o)&0xffff)<<16) argument
303 #define ES_REG_FSIZEO(o) (((o)&0xffff)<<0) argument
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3on(e,t){var n=t.jQuery;"object"==typeof exports?module.exports=n?e(t,n):function(n){if(n&&!n.fn)th… argument
/openbmc/linux/fs/ubifs/
H A Dorphan.c48 struct ubifs_orphan *orphan, *o; in orphan_add() local
98 struct ubifs_orphan *o; in lookup_orphan() local
115 static void __orphan_drop(struct ubifs_info *c, struct ubifs_orphan *o) in __orphan_drop()
584 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local
867 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local
895 struct check_orphan *o; in dbg_find_check_orphan() local
913 struct check_orphan *o, *n; in dbg_free_check_tree() local
/openbmc/linux/arch/ia64/include/asm/
H A Dcmpxchg.h10 #define arch_cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
11 #define arch_cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
/openbmc/linux/arch/arm64/include/asm/
H A Dpercpu.h228 #define this_cpu_cmpxchg_1(pcp, o, n) \ argument
230 #define this_cpu_cmpxchg_2(pcp, o, n) \ argument
232 #define this_cpu_cmpxchg_4(pcp, o, n) \ argument
234 #define this_cpu_cmpxchg_8(pcp, o, n) \ argument
237 #define this_cpu_cmpxchg64(pcp, o, n) this_cpu_cmpxchg_8(pcp, o, n) argument
239 #define this_cpu_cmpxchg128(pcp, o, n) \ argument
/openbmc/linux/drivers/usb/typec/
H A Dpd.h22 #define to_usb_power_delivery_capabilities(o) container_of(o, struct usb_power_delivery_capabilitie… argument
23 #define to_usb_power_delivery(o) container_of(o, struct usb_power_delivery, dev) argument
/openbmc/qemu/hw/core/
H A Dnmi.c36 static int do_nmi(Object *o, void *opaque) in do_nmi()
55 static void nmi_children(Object *o, struct do_nmi_s *ns) in nmi_children()

12345678910>>...19