Home
last modified time | relevance | path

Searched full:p (Results 1 – 25 of 7506) sorted by relevance

12345678910>>...301

/openbmc/qemu/pc-bios/
HDopenbios-ppc ... 006 v l8 l l8l ~ ~L 2~ p p p v 8l | | x v | ...
HDopenbios-sparc32 ... << p x L p P x 0 H P 4 p x x ` 0 H P p x 0 ...
/openbmc/linux/arch/powerpc/crypto/
H A Dcrct10dif-vpmsum_asm.S21 /* x^261184 mod p(x), x^261120 mod p(x) */
24 /* x^260160 mod p(x), x^260096 mod p(x) */
27 /* x^259136 mod p(x), x^259072 mod p(x) */
30 /* x^258112 mod p(x), x^258048 mod p(x) */
33 /* x^257088 mod p(x), x^257024 mod p(x) */
36 /* x^256064 mod p(x), x^256000 mod p(x) */
39 /* x^255040 mod p(x), x^254976 mod p(x) */
42 /* x^254016 mod p(x), x^253952 mod p(x) */
45 /* x^252992 mod p(x), x^252928 mod p(x) */
48 /* x^251968 mod p(x), x^251904 mod p(x) */
[all …]
H A Dcrc32c-vpmsum_asm.S17 /* x^261120 mod p(x)` << 1, x^261184 mod p(x)` << 1 */
20 /* x^260096 mod p(x)` << 1, x^260160 mod p(x)` << 1 */
23 /* x^259072 mod p(x)` << 1, x^259136 mod p(x)` << 1 */
26 /* x^258048 mod p(x)` << 1, x^258112 mod p(x)` << 1 */
29 /* x^257024 mod p(x)` << 1, x^257088 mod p(x)` << 1 */
32 /* x^256000 mod p(x)` << 1, x^256064 mod p(x)` << 1 */
35 /* x^254976 mod p(x)` << 1, x^255040 mod p(x)` << 1 */
38 /* x^253952 mod p(x)` << 1, x^254016 mod p(x)` << 1 */
41 /* x^252928 mod p(x)` << 1, x^252992 mod p(x)` << 1 */
44 /* x^251904 mod p(x)` << 1, x^251968 mod p(x)` << 1 */
[all …]
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_ipack.c8 void av7110_ipack_reset(struct ipack *p) in av7110_ipack_reset() argument
10 p->found = 0; in av7110_ipack_reset()
11 p->cid = 0; in av7110_ipack_reset()
12 p->plength = 0; in av7110_ipack_reset()
13 p->flag1 = 0; in av7110_ipack_reset()
14 p->flag2 = 0; in av7110_ipack_reset()
15 p->hlength = 0; in av7110_ipack_reset()
16 p->mpeg = 0; in av7110_ipack_reset()
17 p->check = 0; in av7110_ipack_reset()
18 p->which = 0; in av7110_ipack_reset()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py32 def make_io_redirect(p): argument
34 name, io_number, io_target = p
127 def p_multiple_commands(p): argument
131 if len(p)==2:
132 if p[1] is not None:
133 p[0] = [p[1]]
135 p[0] = []
137 p[0] = p[1] + [p[2]]
139 def p_complete_command(p): argument
142 if len(p)==3 and p[2] and p[2][1] == '&':
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-trace.c14 libata_trace_parse_status(struct trace_seq *p, unsigned char status) in libata_trace_parse_status() argument
16 const char *ret = trace_seq_buffer_ptr(p); in libata_trace_parse_status()
18 trace_seq_printf(p, "{ "); in libata_trace_parse_status()
20 trace_seq_printf(p, "BUSY "); in libata_trace_parse_status()
22 trace_seq_printf(p, "DRDY "); in libata_trace_parse_status()
24 trace_seq_printf(p, "DF "); in libata_trace_parse_status()
26 trace_seq_printf(p, "DSC "); in libata_trace_parse_status()
28 trace_seq_printf(p, "DRQ "); in libata_trace_parse_status()
30 trace_seq_printf(p, "CORR "); in libata_trace_parse_status()
32 trace_seq_printf(p, "SENSE "); in libata_trace_parse_status()
[all …]
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_sgmac.c14 static void xgene_enet_wr_csr(struct xgene_enet_pdata *p, u32 offset, u32 val) in xgene_enet_wr_csr() argument
16 iowrite32(val, p->eth_csr_addr + offset); in xgene_enet_wr_csr()
19 static void xgene_enet_wr_clkrst_csr(struct xgene_enet_pdata *p, u32 offset, in xgene_enet_wr_clkrst_csr() argument
22 iowrite32(val, p->base_addr + offset); in xgene_enet_wr_clkrst_csr()
25 static void xgene_enet_wr_ring_if(struct xgene_enet_pdata *p, in xgene_enet_wr_ring_if() argument
28 iowrite32(val, p->eth_ring_if_addr + offset); in xgene_enet_wr_ring_if()
31 static void xgene_enet_wr_diag_csr(struct xgene_enet_pdata *p, in xgene_enet_wr_diag_csr() argument
34 iowrite32(val, p->eth_diag_csr_addr + offset); in xgene_enet_wr_diag_csr()
45 static u32 xgene_enet_rd_csr(struct xgene_enet_pdata *p, u32 offset) in xgene_enet_rd_csr() argument
47 return ioread32(p->eth_csr_addr + offset); in xgene_enet_rd_csr()
[all …]
/openbmc/linux/sound/isa/sb/
H A Dsb16_csp.c38 #define CSP__HEADER CSP_HDR_VALUE('C', 'S', 'P', ' ')
78 static int snd_sb_csp_riff_load(struct snd_sb_csp * p,
80 static int snd_sb_csp_unload(struct snd_sb_csp * p);
81 static int snd_sb_csp_load_user(struct snd_sb_csp * p, const unsigned char __user *buf, int size, i…
82 static int snd_sb_csp_autoload(struct snd_sb_csp * p, snd_pcm_format_t pcm_sfmt, int play_rec_mode);
83 static int snd_sb_csp_check_version(struct snd_sb_csp * p);
85 static int snd_sb_csp_use(struct snd_sb_csp * p);
86 static int snd_sb_csp_unuse(struct snd_sb_csp * p);
87 static int snd_sb_csp_start(struct snd_sb_csp * p, int sample_width, int channels);
88 static int snd_sb_csp_stop(struct snd_sb_csp * p);
[all …]
/openbmc/phosphor-host-ipmid/test/message/
H A Dpayload.cpp31 ipmi::message::Payload p(std::forward<ipmi::SecureBuffer>(i)); in TEST() local
32 ASSERT_EQ(input_size, p.size()); in TEST()
37 ipmi::message::Payload p; in TEST() local
38 ASSERT_EQ(0, p.size()); in TEST()
40 p.pack(i); in TEST()
41 ASSERT_EQ(i.size(), p.size()); in TEST()
42 p.pack(i); in TEST()
43 p.pack(i); in TEST()
44 ASSERT_EQ(3 * i.size(), p.size()); in TEST()
50 ipmi::message::Payload p; in TEST() local
[all …]
/openbmc/qemu/block/
H A Dtrace-events4 bdrv_open_common(void *bs, const char *filename, int flags, const char *format_name) "bs %p filenam…
5 bdrv_lock_medium(void *bs, bool locked) "bs %p locked %d"
8 blk_co_preadv(void *blk, void *bs, int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset %…
9 blk_co_pwritev(void *blk, void *bs, int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset …
10 blk_root_attach(void *child, void *blk, void *bs) "child %p blk %p bs %p"
11 blk_root_detach(void *child, void *blk, void *bs) "child %p blk %p bs %p"
14 bdrv_co_preadv_part(void *bs, int64_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" P…
15 bdrv_co_pwritev_part(void *bs, int64_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" …
16 bdrv_co_pwrite_zeroes(void *bs, int64_t offset, int64_t bytes, int flags) "bs %p offset %" PRId64 "…
17 … offset, int64_t bytes, int64_t cluster_offset, int64_t cluster_bytes) "bs %p offset %" PRId64 " b…
[all …]
/openbmc/linux/drivers/pnp/pnpbios/
H A Drsparser.c81 unsigned char *p, in pnpbios_parse_allocated_resource_data()
87 if (!p) in pnpbios_parse_allocated_resource_data()
94 while ((char *)p < (char *)end) { in pnpbios_parse_allocated_resource_data()
97 if (p[0] & LARGE_TAG) { /* large tag */ in pnpbios_parse_allocated_resource_data()
98 len = (p[2] << 8) | p[1]; in pnpbios_parse_allocated_resource_data()
99 tag = p[0]; in pnpbios_parse_allocated_resource_data()
101 len = p[0] & 0x07; in pnpbios_parse_allocated_resource_data()
102 tag = ((p[0] >> 3) & 0x0f); in pnpbios_parse_allocated_resource_data()
110 io = *(short *)&p[4]; in pnpbios_parse_allocated_resource_data()
111 size = *(short *)&p[10]; in pnpbios_parse_allocated_resource_data()
[all …]
/openbmc/linux/arch/mips/mm/
H A Dtlbex.c204 static void uasm_bgezl_hazard(u32 **p, struct uasm_reloc **r, int instance) in uasm_bgezl_hazard() argument
208 uasm_il_bgezl(p, r, 0, label_tlbw_hazard_0 + instance); in uasm_bgezl_hazard()
215 static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance) in uasm_bgezl_label() argument
219 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()
272 pr_debug("\t.word\t0x%08x\t\t# %p\n", handler[i], &handler[i]); in dump_handler()
352 static struct work_registers build_get_work_registers(u32 **p) in build_get_work_registers() argument
358 UASM_i_MTC0(p, 1, c0_kscratch(), scratch_reg); in build_get_work_registers()
367 UASM_i_CPUID_MFC0(p, K0, SMP_CPUID_REG); in build_get_work_registers()
368 UASM_i_SRL_SAFE(p, K0, K0, SMP_CPUID_REGSHIFT); in build_get_work_registers()
371 UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save))); in build_get_work_registers()
[all …]
/openbmc/linux/include/asm-generic/
H A Dunaligned.h25 static inline u16 get_unaligned_le16(const void *p) in get_unaligned_le16() argument
27 return le16_to_cpu(__get_unaligned_t(__le16, p)); in get_unaligned_le16()
30 static inline u32 get_unaligned_le32(const void *p) in get_unaligned_le32() argument
32 return le32_to_cpu(__get_unaligned_t(__le32, p)); in get_unaligned_le32()
35 static inline u64 get_unaligned_le64(const void *p) in get_unaligned_le64() argument
37 return le64_to_cpu(__get_unaligned_t(__le64, p)); in get_unaligned_le64()
40 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16() argument
42 __put_unaligned_t(__le16, cpu_to_le16(val), p); in put_unaligned_le16()
45 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() argument
47 __put_unaligned_t(__le32, cpu_to_le32(val), p); in put_unaligned_le32()
[all …]
/openbmc/linux/drivers/rtc/
H A Drtc-bq4802.c30 static u8 bq4802_read_io(struct bq4802 *p, int off) in bq4802_read_io() argument
32 return inb(p->ioport + off); in bq4802_read_io()
35 static void bq4802_write_io(struct bq4802 *p, int off, u8 val) in bq4802_write_io() argument
37 outb(val, p->ioport + off); in bq4802_write_io()
40 static u8 bq4802_read_mem(struct bq4802 *p, int off) in bq4802_read_mem() argument
42 return readb(p->regs + off); in bq4802_read_mem()
45 static void bq4802_write_mem(struct bq4802 *p, int off, u8 val) in bq4802_write_mem() argument
47 writeb(val, p->regs + off); in bq4802_write_mem()
52 struct bq4802 *p = dev_get_drvdata(dev); in bq4802_read_time() local
57 spin_lock_irqsave(&p->lock, flags); in bq4802_read_time()
[all …]
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtmips.c48 struct mtmips_priv *p = pinctrl_dev_get_drvdata(pctrldev); in mtmips_get_group_count() local
50 return p->group_count; in mtmips_get_group_count()
56 struct mtmips_priv *p = pinctrl_dev_get_drvdata(pctrldev); in mtmips_get_group_name() local
58 return (group >= p->group_count) ? NULL : p->group_names[group]; in mtmips_get_group_name()
66 struct mtmips_priv *p = pinctrl_dev_get_drvdata(pctrldev); in mtmips_get_group_pins() local
68 if (group >= p->group_count) in mtmips_get_group_pins()
71 *pins = p->groups[group].func[0].pins; in mtmips_get_group_pins()
72 *num_pins = p->groups[group].func[0].pin_count; in mtmips_get_group_pins()
87 struct mtmips_priv *p = pinctrl_dev_get_drvdata(pctrldev); in mtmips_pmx_func_count() local
89 return p->func_count; in mtmips_pmx_func_count()
[all …]
/openbmc/qemu/io/
H A Dtrace-events4 …(void *task, void *source, void *func, void *opaque) "Task new task=%p source=%p func=%p opaque=%p"
5 qio_task_complete(void *task) "Task complete task=%p"
6 …hread_start(void *task, void *worker, void *opaque) "Task thread start task=%p worker=%p opaque=%p"
7 qio_task_thread_run(void *task) "Task thread run task=%p"
8 qio_task_thread_exit(void *task) "Task thread exit task=%p"
9 qio_task_thread_result(void *task) "Task thread result task=%p"
10 …o_task_thread_source_attach(void *task, void *source) "Task thread source attach task=%p source=%p"
11 …o_task_thread_source_cancel(void *task, void *source) "Task thread source cancel task=%p source=%p"
14 qio_channel_null_new(void *ioc) "Null new ioc=%p"
17 qio_channel_socket_new(void *ioc) "Socket new ioc=%p"
[all …]
/openbmc/linux/include/linux/ceph/
H A Ddecode.h15 * void **p pointer to position pointer
19 static inline u64 ceph_decode_64(void **p) in ceph_decode_64() argument
21 u64 v = get_unaligned_le64(*p); in ceph_decode_64()
22 *p += sizeof(u64); in ceph_decode_64()
25 static inline u32 ceph_decode_32(void **p) in ceph_decode_32() argument
27 u32 v = get_unaligned_le32(*p); in ceph_decode_32()
28 *p += sizeof(u32); in ceph_decode_32()
31 static inline u16 ceph_decode_16(void **p) in ceph_decode_16() argument
33 u16 v = get_unaligned_le16(*p); in ceph_decode_16()
34 *p += sizeof(u16); in ceph_decode_16()
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dtrace.c10 static const char *nvme_trace_delete_sq(struct trace_seq *p, u8 *cdw10) in nvme_trace_delete_sq() argument
12 const char *ret = trace_seq_buffer_ptr(p); in nvme_trace_delete_sq()
15 trace_seq_printf(p, "sqid=%u", sqid); in nvme_trace_delete_sq()
16 trace_seq_putc(p, 0); in nvme_trace_delete_sq()
21 static const char *nvme_trace_create_sq(struct trace_seq *p, u8 *cdw10) in nvme_trace_create_sq() argument
23 const char *ret = trace_seq_buffer_ptr(p); in nvme_trace_create_sq()
30 trace_seq_printf(p, "sqid=%u, qsize=%u, sq_flags=0x%x, cqid=%u", in nvme_trace_create_sq()
32 trace_seq_putc(p, 0); in nvme_trace_create_sq()
37 static const char *nvme_trace_delete_cq(struct trace_seq *p, u8 *cdw10) in nvme_trace_delete_cq() argument
39 const char *ret = trace_seq_buffer_ptr(p); in nvme_trace_delete_cq()
[all …]
/openbmc/qemu/util/
H A Dtrace-events4 run_poll_handlers_begin(void *ctx, int64_t max_ns, int64_t timeout) "ctx %p max_ns %"PRId64 " timeo…
5 run_poll_handlers_end(void *ctx, bool progress, int64_t timeout) "ctx %p progress %d new timeout %"…
6 poll_shrink(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
7 poll_grow(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64
8 poll_add(void *ctx, void *node, int fd, unsigned revents) "ctx %p node %p fd %d revents 0x%x"
9 poll_remove(void *ctx, void *node, int fd) "ctx %p node %p fd %d"
12 aio_co_schedule(void *ctx, void *co) "ctx %p co %p"
13 aio_co_schedule_bh_cb(void *ctx, void *co) "ctx %p co %p"
14 reentrant_aio(void *ctx, const char *name) "ctx %p name %s"
17 thread_pool_submit(void *pool, void *req, void *opaque) "pool %p req %p opaque %p"
[all …]
/openbmc/linux/net/bridge/
H A Dbr_stp.c29 void br_set_state(struct net_bridge_port *p, unsigned int state) in br_set_state() argument
32 .orig_dev = p->dev, in br_set_state()
42 if (p->flags & BR_MRP_AWARE) in br_set_state()
45 p->state = state; in br_set_state()
46 if (br_opt_get(p->br, BROPT_MST_ENABLED)) { in br_set_state()
47 err = br_mst_set_state(p, 0, state, NULL); in br_set_state()
49 br_warn(p->br, "error setting MST state on port %u(%s)\n", in br_set_state()
50 p->port_no, netdev_name(p->dev)); in br_set_state()
52 err = switchdev_port_attr_set(p->dev, &attr, NULL); in br_set_state()
54 br_warn(p->br, "error setting offload STP state on port %u(%s)\n", in br_set_state()
[all …]
/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c48 minstrel_ht_stats_dump(struct minstrel_ht_sta *mi, int i, char *p) in minstrel_ht_stats_dump() argument
57 return p; in minstrel_ht_stats_dump()
78 p += sprintf(p, "HT%c0 ", htmode); in minstrel_ht_stats_dump()
79 p += sprintf(p, "%cGI ", gimode); in minstrel_ht_stats_dump()
80 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
82 p += sprintf(p, "VHT%c0 ", htmode); in minstrel_ht_stats_dump()
83 p += sprintf(p, "%cGI ", gimode); in minstrel_ht_stats_dump()
84 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
86 p += sprintf(p, "OFDM "); in minstrel_ht_stats_dump()
87 p += sprintf(p, "1 "); in minstrel_ht_stats_dump()
[all …]
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_parameters.h173 #define IS_USE_LEADING_ONLY(p) ((p)->use & USE_LEADING_ONLY) argument
174 #define IS_USE_INITIAL_ONLY(p) ((p)->use & USE_INITIAL_ONLY) argument
175 #define IS_USE_ALL(p) ((p)->use & USE_ALL) argument
177 #define SET_USE_INITIAL_ONLY(p) ((p)->use |= USE_INITIAL_ONLY) argument
188 #define IS_SENDER_INITIATOR(p) ((p)->sender & SENDER_INITIATOR) argument
189 #define IS_SENDER_TARGET(p) ((p)->sender & SENDER_TARGET) argument
190 #define IS_SENDER_BOTH(p) ((p)->sender & SENDER_BOTH) argument
198 #define IS_SCOPE_CONNECTION_ONLY(p) ((p)->scope & SCOPE_CONNECTION_ONLY) argument
199 #define IS_SCOPE_SESSION_WIDE(p) ((p)->scope & SCOPE_SESSION_WIDE) argument
209 #define IS_PHASE_SECURITY(p) ((p)->phase & PHASE_SECURITY) argument
[all …]
/openbmc/qemu/hw/usb/
H A Dcore.c129 static void do_token_setup(USBDevice *s, USBPacket *p) in do_token_setup() argument
134 if (p->iov.size != 8) { in do_token_setup()
135 p->status = USB_RET_STALL; in do_token_setup()
139 usb_packet_copy(p, s->setup_buf, p->iov.size); in do_token_setup()
141 p->actual_length = 0; in do_token_setup()
147 p->status = USB_RET_STALL; in do_token_setup()
157 usb_pcap_ctrl(p, true); in do_token_setup()
158 usb_device_handle_control(s, p, request, value, index, in do_token_setup()
160 if (p->status == USB_RET_ASYNC) { in do_token_setup()
163 if (p->status != USB_RET_SUCCESS) { in do_token_setup()
[all …]
/openbmc/qemu/qapi/
H A Dtrace-events4 visit_free(void *v) "v=%p"
5 visit_complete(void *v, void *opaque) "v=%p opaque=%p"
7 visit_start_struct(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=%zu"
8 visit_check_struct(void *v) "v=%p"
9 visit_end_struct(void *v, void *obj) "v=%p obj=%p"
11 visit_start_list(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=%zu"
12 visit_next_list(void *v, void *tail, size_t size) "v=%p tail=%p size=%zu"
13 visit_check_list(void *v) "v=%p"
14 visit_end_list(void *v, void *obj) "v=%p obj=%p"
16 visit_start_alternate(void *v, const char *name, void *obj, size_t size) "v=%p name=%s obj=%p size=…
[all …]

12345678910>>...301