Home
last modified time | relevance | path

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

12345678910>>...19

/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()
1260 static DisasJumpType op_asi(DisasContext *s, DisasOps *o) in op_asi()
[all …]
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_io.h66 #define bcm_rset_readb(s, o) bcm_readb(bcm63xx_regset_address(s) + (o)) argument
67 #define bcm_rset_readw(s, o) bcm_readw(bcm63xx_regset_address(s) + (o)) argument
68 #define bcm_rset_readl(s, o) bcm_readl(bcm63xx_regset_address(s) + (o)) argument
69 #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
80 #define bcm_perf_writel(v, o) bcm_rset_writel(RSET_PERF, (v), (o)) argument
81 #define bcm_timer_readl(o) bcm_rset_readl(RSET_TIMER, (o)) argument
82 #define bcm_timer_writel(v, o) bcm_rset_writel(RSET_TIMER, (v), (o)) argument
[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/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c51 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init()
88 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length()
114 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add()
153 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending()
176 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step()
240 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty()
258 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending()
263 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending()
270 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending()
327 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_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.h36 #define DRF_MW_SPANS(o,drf) (DRF_LW_IDX((o),drf) != DRF_HW_IDX((o),drf)) argument
37 #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
41 #define DRF_LW_HI(o,drf) (DRF_MW_SPANS((o),drf) ? (DRF_MW_SIZE(o) - 1) : DRF_HW_HI((o),drf)) argument
42 #define DRF_LW_BITS(o,drf) (DRF_LW_HI((o),drf) - DRF_LW_LO((o),drf) + 1) argument
43 #define DRF_LW_MASK(o,drf) (~0ULL >> (64 - DRF_LW_BITS((o),drf))) argument
44 #define DRF_LW_SMASK(o,drf) (DRF_LW_MASK((o),drf) << DRF_LW_LO((o),drf)) argument
45 #define DRF_LW_GET(o,drf) (((o)[DRF_LW_IDX((o),drf)] >> DRF_LW_LO((o),drf)) & DRF_LW_MASK((o),drf… argument
46 #define DRF_LW_VAL(o,drf,v) (((v) & DRF_LW_MASK((o),drf)) << DRF_LW_LO((o),drf)) 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
105 #define nvkm_fill(t,s,o,a,d,c) do { \ 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.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/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/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/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 …]
/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()
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
/openbmc/linux/arch/riscv/include/asm/
H A Dcmpxchg.h202 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
248 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
294 #define arch_cmpxchg_release(ptr, o, n) \ argument
340 #define arch_cmpxchg(ptr, o, n) \ argument
348 #define arch_cmpxchg_local(ptr, o, n) \ argument
351 #define arch_cmpxchg64(ptr, o, n) \ argument
357 #define arch_cmpxchg64_local(ptr, o, n) \ argument

12345678910>>...19