Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 135) sorted by relevance

123456

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c938 static int get_field1(const DisasContext *s, enum DisasFieldIndexO o, in get_field1()
1182 static DisasJumpType op_abs(DisasContext *s, DisasOps *o) in op_abs()
1188 static DisasJumpType op_absf32(DisasContext *s, DisasOps *o) in op_absf32()
1194 static DisasJumpType op_absf64(DisasContext *s, DisasOps *o) in op_absf64()
1200 static DisasJumpType op_absf128(DisasContext *s, DisasOps *o) in op_absf128()
1207 static DisasJumpType op_add(DisasContext *s, DisasOps *o) in op_add()
1213 static DisasJumpType op_addu64(DisasContext *s, DisasOps *o) in op_addu64()
1241 static DisasJumpType op_addc32(DisasContext *s, DisasOps *o) in op_addc32()
1249 static DisasJumpType op_addc64(DisasContext *s, DisasOps *o) in op_addc64()
1256 static DisasJumpType op_asi(DisasContext *s, DisasOps *o) in op_asi()
[all …]
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h21 #define HWMON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_HWMON, Hwmon)) argument
22 #define IS_HWMON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_HWMON)) argument
23 #define HWMON_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_HWMON, HwmonIface)) argument
62 #define HWMON_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_HWMON_PROXY, HwmonProxy)) argument
64 #define HWMON_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_HWMON_PROXY, HwmonProxyClass… argument
65 #define IS_HWMON_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_HWMON_PROXY)) argument
132 #define HWMON_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_HWMON_SKELETON, HwmonSkeleton)) argument
134 #define HWMON_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_HWMON_SKELETON, HwmonSkel… argument
135 #define IS_HWMON_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_HWMON_SKELETON)) argument
167 #define FAN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FAN, Fan)) argument
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-aes.c5 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR()
16 bool test_MC(uint8_t *o, const uint8_t *i) in test_MC()
25 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK()
30 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR()
41 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC()
50 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC()
55 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
/openbmc/qemu/tests/tcg/ppc64/
H A Dtest-aes.c13 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR()
35 bool test_MC(uint8_t *o, const uint8_t *i) in test_MC()
40 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK()
63 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR()
85 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC()
90 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC()
113 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-aes.c6 static bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR()
17 static bool test_MC(uint8_t *o, const uint8_t *i) in test_MC()
22 static bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK()
33 static bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR()
44 static bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC()
54 static bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC()
59 static bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
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/qemu/tests/tcg/riscv64/
H A Dtest-aes.c5 bool test_SB_SR(uint8_t *o, const uint8_t *i) in test_SB_SR()
17 bool test_MC(uint8_t *o, const uint8_t *i) in test_MC()
22 bool test_SB_SR_MC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_SB_SR_MC_AK()
38 bool test_ISB_ISR(uint8_t *o, const uint8_t *i) in test_ISB_ISR()
50 bool test_IMC(uint8_t *o, const uint8_t *i) in test_IMC()
62 bool test_ISB_ISR_AK_IMC(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_AK_IMC()
67 bool test_ISB_ISR_IMC_AK(uint8_t *o, const uint8_t *i, const uint8_t *k) in test_ISB_ISR_IMC_AK()
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c76 #define VFU_OBJECT_ERROR(o, fmt, ...) \ argument
148 VfuObject *o = VFU_OBJECT(obj); in vfu_object_set_socket() local
176 VfuObject *o = VFU_OBJECT(obj); in vfu_object_set_device() local
194 VfuObject *o = opaque; in vfu_object_ctx_run() local
230 VfuObject *o = opaque; in vfu_object_attach_ctx() local
268 VfuObject *o = vfu_get_private(vfu_ctx); in vfu_object_cfg_access() local
305 VfuObject *o = vfu_get_private(vfu_ctx); in dma_register() local
332 VfuObject *o = vfu_get_private(vfu_ctx); in dma_unregister() local
591 static void vfu_object_setup_msi_cbs(VfuObject *o) in vfu_object_setup_msi_cbs()
602 static void vfu_object_restore_msi_cbs(VfuObject *o) in vfu_object_restore_msi_cbs()
[all …]
H A Dremote-obj.c53 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_set_fd() local
73 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_set_devid() local
83 RemoteObject *o = container_of(listener, RemoteObject, listener); in remote_object_unrealize_listener() local
92 RemoteObject *o = container_of(notifier, RemoteObject, machine_done); in remote_object_machine_done() local
131 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_init() local
151 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_finalize() local
/openbmc/qemu/backends/
H A Dhostmem-file.c98 static char *get_mem_path(Object *o, Error **errp) in get_mem_path()
105 static void set_mem_path(Object *o, const char *str, Error **errp) in set_mem_path()
119 static bool file_memory_backend_get_discard_data(Object *o, Error **errp) in file_memory_backend_get_discard_data()
124 static void file_memory_backend_set_discard_data(Object *o, bool value, in file_memory_backend_set_discard_data()
130 static void file_memory_backend_get_align(Object *o, Visitor *v, in file_memory_backend_get_align()
140 static void file_memory_backend_set_align(Object *o, Visitor *v, in file_memory_backend_set_align()
160 static void file_memory_backend_get_offset(Object *o, Visitor *v, in file_memory_backend_get_offset()
170 static void file_memory_backend_set_offset(Object *o, Visitor *v, in file_memory_backend_set_offset()
191 static bool file_memory_backend_get_pmem(Object *o, Error **errp) in file_memory_backend_get_pmem()
196 static void file_memory_backend_set_pmem(Object *o, bool value, Error **errp) in file_memory_backend_set_pmem()
[all …]
H A Dhostmem-memfd.c69 memfd_backend_get_hugetlb(Object *o, Error **errp) in memfd_backend_get_hugetlb()
75 memfd_backend_set_hugetlb(Object *o, bool value, Error **errp) in memfd_backend_set_hugetlb()
114 memfd_backend_get_seal(Object *o, Error **errp) in memfd_backend_get_seal()
120 memfd_backend_set_seal(Object *o, bool value, Error **errp) in memfd_backend_set_seal()
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/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c58 #define RPC_DROPR_OPD3(o) (((o) & 0xFF) << 24) argument
59 #define RPC_DROPR_OPD2(o) (((o) & 0xFF) << 16) argument
60 #define RPC_DROPR_OPD1(o) (((o) & 0xFF) << 8) argument
61 #define RPC_DROPR_OPD0(o) (((o) & 0xFF) << 0) argument
64 #define RPC_DRENR_CDB(o) (u32)((((o) & 0x3) << 30)) argument
65 #define RPC_DRENR_OCDB(o) (((o) & 0x3) << 28) argument
66 #define RPC_DRENR_ADB(o) (((o) & 0x3) << 24) argument
67 #define RPC_DRENR_OPDB(o) (((o) & 0x3) << 20) argument
68 #define RPC_DRENR_SPIDB(o) (((o) & 0x3) << 16) argument
87 #define RPC_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument
[all …]
/openbmc/u-boot/drivers/spi/
H A Drenesas_rpc_spi.c60 #define RPC_DROPR_OPD3(o) (((o) & 0xFF) << 24) argument
61 #define RPC_DROPR_OPD2(o) (((o) & 0xFF) << 16) argument
62 #define RPC_DROPR_OPD1(o) (((o) & 0xFF) << 8) argument
63 #define RPC_DROPR_OPD0(o) (((o) & 0xFF) << 0) argument
66 #define RPC_DRENR_CDB(o) (u32)((((o) & 0x3) << 30)) argument
67 #define RPC_DRENR_OCDB(o) (((o) & 0x3) << 28) argument
68 #define RPC_DRENR_ADB(o) (((o) & 0x3) << 24) argument
69 #define RPC_DRENR_OPDB(o) (((o) & 0x3) << 20) argument
70 #define RPC_DRENR_SPIDB(o) (((o) & 0x3) << 16) argument
89 #define RPC_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument
[all …]
/openbmc/qemu/ui/
H A Ddbus.c116 dbus_display_init(Object *o) in dbus_display_init()
142 dbus_display_finalize(Object *o) in dbus_display_finalize()
340 get_dbus_p2p(Object *o, Error **errp) in get_dbus_p2p()
348 set_dbus_p2p(Object *o, bool p2p, Error **errp) in set_dbus_p2p()
356 get_dbus_addr(Object *o, Error **errp) in get_dbus_addr()
364 set_dbus_addr(Object *o, const char *str, Error **errp) in set_dbus_addr()
373 get_audiodev(Object *o, Error **errp) in get_audiodev()
381 set_audiodev(Object *o, const char *str, Error **errp) in set_audiodev()
391 get_gl_mode(Object *o, Error **errp) in get_gl_mode()
399 set_gl_mode(Object *o, int val, Error **errp) in set_gl_mode()
/openbmc/telemetry/tests/src/helpers/interfaces/
H A Djson_storage_helpers.hpp10 inline void PrintTo(const JsonStorage::FilePath& o, std::ostream* os) in PrintTo()
14 inline void PrintTo(const JsonStorage::DirectoryPath& o, std::ostream* os) in PrintTo()
/openbmc/u-boot/board/armltd/integrator/
H A Dpci.c79 #define v3_writeb(o, v) __raw_writeb(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument
80 #define v3_readb(o) (__raw_readb(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument
82 #define v3_writew(o, v) __raw_writew(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument
83 #define v3_readw(o) (__raw_readw(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument
85 #define v3_writel(o, v) __raw_writel(v, PHYS_PCI_V3_BASE + (unsigned int)(o)) argument
86 #define v3_readl(o) (__raw_readl(PHYS_PCI_V3_BASE + (unsigned int)(o))) argument
/openbmc/openbmc/poky/scripts/
H A Doepydevshell-internal.py58 o = "" variable
82 o = input().encode('utf-8') variable
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp181 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
202 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
215 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
231 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
248 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
265 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
285 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
300 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
314 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
326 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py111 def emit_var(var, o=sys.__stdout__, d = init(), all=False): argument
179 def emit_env(o=sys.__stdout__, d = init(), all=False): argument
206 def emit_func(func, o=sys.__stdout__, d = init()): argument
233 def emit_func_python(func, o=sys.__stdout__, d = init()): argument
236 def write_func(func, o, call = False): argument
/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/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()
/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c32 uint64_t o = 0; in pac_cell_shuffle() local
59 uint64_t o = 0; in pac_cell_inv_shuffle() local
90 uint64_t o = 0; in pac_sub() local
105 uint64_t o = 0; in pac_sub1() local
120 uint64_t o = 0; in pac_inv_sub() local
138 uint64_t o = 0; in pac_mult() local
169 uint64_t o = 0; in tweak_shuffle() local
201 uint64_t o = 0; in tweak_inv_shuffle() 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

123456