Home
last modified time | relevance | path

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

12345678910>>...19

/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c5423 static void in1_r1(DisasContext *s, DisasOps *o) in in1_r1()
5490 static void in1_r2(DisasContext *s, DisasOps *o) in in1_r2()
5510 static void in1_r3(DisasContext *s, DisasOps *o) in in1_r3()
5551 static void in1_e1(DisasContext *s, DisasOps *o) in in1_e1()
5557 static void in1_f1(DisasContext *s, DisasOps *o) in in1_f1()
5563 static void in1_x1(DisasContext *s, DisasOps *o) in in1_x1()
5576 static void in1_f3(DisasContext *s, DisasOps *o) in in1_f3()
5674 static void in2_r2(DisasContext *s, DisasOps *o) in in2_r2()
5723 static void in2_r3(DisasContext *s, DisasOps *o) in in2_r3()
5772 static void in2_e2(DisasContext *s, DisasOps *o) in in2_e2()
[all …]
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_io.h69 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument
71 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument
73 #define bcm_rset_writel(s, v, o) bcm_writel((v), \ argument
79 #define bcm_perf_readl(o) bcm_rset_readl(RSET_PERF, (o)) argument
83 #define bcm_wdt_readl(o) bcm_rset_readl(RSET_WDT, (o)) argument
85 #define bcm_gpio_readl(o) bcm_rset_readl(RSET_GPIO, (o)) argument
89 #define bcm_mpi_readl(o) bcm_rset_readl(RSET_MPI, (o)) argument
93 #define bcm_pcie_readl(o) bcm_rset_readl(RSET_PCIE, (o)) argument
97 #define bcm_memc_readl(o) bcm_rset_readl(RSET_MEMC, (o)) argument
99 #define bcm_ddr_readl(o) bcm_rset_readl(RSET_DDR, (o)) argument
[all …]
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h19 #define HWMON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_HWMON, Hwmon)) argument
20 #define IS_HWMON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_HWMON)) argument
165 #define FAN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_FAN, Fan)) argument
166 #define IS_FAN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FAN)) argument
1197 #define IS_PROCESS(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_PROCESS)) argument
1584 #define IS_CONTROL(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_CONTROL)) argument
2967 #define IS_FLASH(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_FLASH)) argument
3495 #define IS_BUTTON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_BUTTON)) argument
3738 #define LED(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_LED, Led)) argument
3739 #define IS_LED(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_LED)) argument
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c51 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init()
153 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending()
525 struct bnx2x_vlan_mac_obj *o) in __bnx2x_vlan_mac_h_read_lock()
601 struct bnx2x_vlan_mac_obj *o) in bnx2x_vlan_mac_h_read_unlock()
662 struct bnx2x_vlan_mac_obj *o, in bnx2x_check_vlan_add()
732 struct bnx2x_vlan_mac_obj *o, in bnx2x_check_vlan_mac_del()
884 struct bnx2x_vlan_mac_obj *o, in bnx2x_set_one_mac_e2()
1273 struct bnx2x_exe_queue_obj *o, in bnx2x_exeq_get_mac()
1290 struct bnx2x_exe_queue_obj *o, in bnx2x_exeq_get_vlan()
1307 struct bnx2x_exe_queue_obj *o, in bnx2x_exeq_get_vlan_mac()
[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()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/
H A Ddrf.h37 #define DRF_MW_SIZE(o) (sizeof((o)[0]) * 8) argument
39 #define DRF_LW_IDX(o,drf) (DRF_LO(DRF_MW(drf)) / DRF_MW_SIZE(o)) argument
40 #define DRF_LW_LO(o,drf) (DRF_LO(DRF_MW(drf)) % DRF_MW_SIZE(o)) argument
43 #define DRF_LW_MASK(o,drf) (~0ULL >> (64 - DRF_LW_BITS((o),drf))) argument
50 #define DRF_HW_IDX(o,drf) (DRF_HI(DRF_MW(drf)) / DRF_MW_SIZE(o)) argument
51 #define DRF_HW_LO(o,drf) 0 argument
74 #define NVVAL_GET_N(X,o,d,r,f ) NVVAL_GET_X(o, d##_##r##_##f) argument
126 #define DRF_RD_X(e,p,o,dr) e((p), (o), dr) argument
127 #define DRF_RD_N(X,e,p,o,d,r ) DRF_RD_X(e, (p), (o), d##_##r) argument
133 #define DRF_WR_X(e,p,o,dr,v) e((p), (o), dr, (v)) argument
[all …]
/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/linux/drivers/gpu/host1x/
H A Ddebug.c28 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output()
40 void host1x_debug_cont(struct output *o, const char *fmt, ...) in host1x_debug_cont()
55 struct output *o = data; in show_channel() local
78 static void show_syncpts(struct host1x *m, struct output *o, bool show_all) in show_syncpts()
126 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all()
146 struct output o = { in host1x_debug_all_show() local
159 struct output o = { in host1x_debug_show() local
213 struct output o = { in host1x_debug_dump() local
222 struct output o = { in host1x_debug_dump_syncpts() local
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmemory.h65 #define nvkm_memory_map(p,o,vm,va,av,ac) \ argument
72 #define nvkm_kmap(o) (o)->func->acquire(o) argument
73 #define nvkm_done(o) (o)->func->release(o) argument
75 #define nvkm_ro32(o,a) (o)->ptrs->rd32((o), (a)) argument
76 #define nvkm_wo32(o,a,d) (o)->ptrs->wr32((o), (a), (d)) argument
77 #define nvkm_mo32(o,a,m,d) ({ \ argument
83 #define nvkm_wo64(o,a,d) do { \ argument
89 #define nvkm_robj(o,a,p,s) do { \ argument
97 #define nvkm_wobj(o,a,p,s) do { \ argument
121 #define nvkm_fo32(o,a,d,c) nvkm_fill(32, 2, (o), (a), (d), (c)) argument
[all …]
H A Dclient.h28 #define nvif_printk(o,l,p,f,a...) do { \ argument
35 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument
36 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument
37 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument
38 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument
39 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument
40 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c148 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
612 VfuObject *o = vfu_get_private(vfu_ctx); in vfu_msix_irq_state() local
623 VfuObject *o = vfu_get_private(vfu_ctx); in vfu_msi_irq_state() local
854 VfuObject *o = VFU_OBJECT(obj); in vfu_object_init() local
[all …]
H A Dremote-obj.c52 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_set_fd() local
72 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_set_devid() local
82 RemoteObject *o = container_of(listener, RemoteObject, listener); in remote_object_unrealize_listener() local
91 RemoteObject *o = container_of(notifier, RemoteObject, machine_done); in remote_object_machine_done() local
130 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_init() local
150 RemoteObject *o = REMOTE_OBJECT(obj); in remote_object_finalize() local
/openbmc/linux/drivers/clk/bcm/
H A Dclk-cygnus.c16 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument
18 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
21 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument
23 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument
27 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
30 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument
36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
39 #define ASIU_GATE_VAL(o, es) { .offset = o, .en_shift = es } argument
H A Dclk-nsp.c14 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument
16 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument
19 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument
22 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument
26 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dprintf.h7 #define NVIF_PRINT(l,o,f,a...) do { \ argument
14 #define NVIF_DEBUG(o,f,a...) NVIF_PRINT(debugf, (o), f, ##a) argument
16 #define NVIF_DEBUG(o,f,a...) argument
19 #define NVIF_ERROR(o,f,a...) NVIF_PRINT(errorf, (o), f, ##a) argument
20 #define NVIF_ERRON(c,o,f,a...) do { \ argument
/openbmc/linux/include/media/
H A Dv4l2-device.h292 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
317 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
349 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
384 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
411 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
444 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
471 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument
503 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument
525 #define v4l2_device_has_op(v4l2_dev, grpid, o, f) \ argument
553 #define v4l2_device_mask_has_op(v4l2_dev, grpmsk, o, f) \ argument
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_addo.c9 #define cris_addo_b(o, v) \ argument
11 #define cris_addo_w(o, v) \ argument
13 #define cris_addo_d(o, v) \ argument
15 #define cris_addo_pi_b(o, v) \ argument
18 #define cris_addo_pi_w(o, v) \ argument
21 #define cris_addo_pi_d(o, v) \ argument
/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
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
87 #define RPC_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument
88 #define RPC_SMOPR_OPD1(o) (((o) & 0xFF) << 8) argument
93 #define RPC_SMENR_CDB(o) (((o) & 0x3) << 30) argument
[all …]
/openbmc/qemu/backends/
H A Dhostmem-file.c96 static char *get_mem_path(Object *o, Error **errp) in get_mem_path()
103 static void set_mem_path(Object *o, const char *str, Error **errp) in set_mem_path()
117 static bool file_memory_backend_get_discard_data(Object *o, Error **errp) in file_memory_backend_get_discard_data()
122 static void file_memory_backend_set_discard_data(Object *o, bool value, in file_memory_backend_set_discard_data()
128 static void file_memory_backend_get_align(Object *o, Visitor *v, in file_memory_backend_get_align()
138 static void file_memory_backend_set_align(Object *o, Visitor *v, in file_memory_backend_set_align()
158 static void file_memory_backend_get_offset(Object *o, Visitor *v, in file_memory_backend_get_offset()
168 static void file_memory_backend_set_offset(Object *o, Visitor *v, in file_memory_backend_set_offset()
189 static bool file_memory_backend_get_pmem(Object *o, Error **errp) in file_memory_backend_get_pmem()
194 static void file_memory_backend_set_pmem(Object *o, bool value, Error **errp) in file_memory_backend_set_pmem()
[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
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
89 #define RPC_SMOPR_OPD0(o) (((o) & 0xFF) << 0) argument
90 #define RPC_SMOPR_OPD1(o) (((o) & 0xFF) << 8) argument
95 #define RPC_SMENR_CDB(o) (((o) & 0x3) << 30) 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()
334 get_dbus_p2p(Object *o, Error **errp) in get_dbus_p2p()
342 set_dbus_p2p(Object *o, bool p2p, Error **errp) in set_dbus_p2p()
350 get_dbus_addr(Object *o, Error **errp) in get_dbus_addr()
358 set_dbus_addr(Object *o, const char *str, Error **errp) in set_dbus_addr()
367 get_audiodev(Object *o, Error **errp) in get_audiodev()
375 set_audiodev(Object *o, const char *str, Error **errp) in set_audiodev()
385 get_gl_mode(Object *o, Error **errp) in get_gl_mode()
393 set_gl_mode(Object *o, int val, Error **errp) in set_gl_mode()
/openbmc/linux/arch/parisc/include/asm/
H A Dcmpxchg.h81 #define arch_cmpxchg(ptr, o, n) \ argument
109 #define arch_cmpxchg_local(ptr, o, n) \ argument
113 #define arch_cmpxchg64_local(ptr, o, n) \ argument
119 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
122 #define arch_cmpxchg64(ptr, o, n) __cmpxchg_u64(ptr, o, n) argument
/openbmc/linux/arch/arm/include/asm/
H A Dcmpxchg.h138 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
145 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
211 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ argument
238 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
270 #define arch_cmpxchg64_relaxed(ptr, o, n) ({ \ argument
276 #define arch_cmpxchg64_local(ptr, o, n) arch_cmpxchg64_relaxed((ptr), (o), (n)) argument

12345678910>>...19