| /kernel/linux/linux-6.6/arch/powerpc/crypto/ |
| D | crct10dif-vpmsum_asm.S | 21 /* 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 …]
|
| D | crc32c-vpmsum_asm.S | 17 /* 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 …]
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | crct10dif-vpmsum_asm.S | 21 /* 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 …]
|
| D | crc32c-vpmsum_asm.S | 17 /* 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 …]
|
| /kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
| D | av7110_ipack.c | 8 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 …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
| D | av7110_ipack.c | 8 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 …]
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| D | nfs3xdr.c | 35 encode_time3(__be32 *p, struct timespec64 *time) in encode_time3() argument 37 *p++ = htonl((u32) time->tv_sec); *p++ = htonl(time->tv_nsec); in encode_time3() 38 return p; in encode_time3() 42 decode_time3(__be32 *p, struct timespec64 *time) in decode_time3() argument 44 time->tv_sec = ntohl(*p++); in decode_time3() 45 time->tv_nsec = ntohl(*p++); in decode_time3() 46 return p; in decode_time3() 50 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() argument 54 size = ntohl(*p++); in decode_fh() 58 memcpy(&fhp->fh_handle.fh_base, p, size); in decode_fh() [all …]
|
| D | nfsxdr.c | 29 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() argument 32 memcpy(&fhp->fh_handle.fh_base, p, NFS_FHSIZE); in decode_fh() 37 return p + (NFS_FHSIZE >> 2); in decode_fh() 41 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs2svc_decode_fh() argument 43 return decode_fh(p, fhp); in nfs2svc_decode_fh() 47 encode_fh(__be32 *p, struct svc_fh *fhp) in encode_fh() argument 49 memcpy(p, &fhp->fh_handle.fh_base, NFS_FHSIZE); in encode_fh() 50 return p + (NFS_FHSIZE>> 2); in encode_fh() 58 decode_filename(__be32 *p, char **namp, unsigned int *lenp) in decode_filename() argument 63 if ((p = xdr_decode_string_inplace(p, namp, lenp, NFS_MAXNAMLEN)) != NULL) { in decode_filename() [all …]
|
| /kernel/linux/linux-6.6/drivers/ata/ |
| D | libata-trace.c | 14 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 …]
|
| /kernel/linux/linux-5.10/fs/lockd/ |
| D | xdr4.c | 47 nlm4_decode_cookie(__be32 *p, struct nlm_cookie *c) in nlm4_decode_cookie() argument 51 len = ntohl(*p++); in nlm4_decode_cookie() 61 memcpy(c->data, p, len); in nlm4_decode_cookie() 62 p+=XDR_QUADLEN(len); in nlm4_decode_cookie() 71 return p; in nlm4_decode_cookie() 75 nlm4_encode_cookie(__be32 *p, struct nlm_cookie *c) in nlm4_encode_cookie() argument 77 *p++ = htonl(c->len); in nlm4_encode_cookie() 78 memcpy(p, c->data, c->len); in nlm4_encode_cookie() 79 p+=XDR_QUADLEN(c->len); in nlm4_encode_cookie() 80 return p; in nlm4_encode_cookie() [all …]
|
| D | xdr.c | 47 static __be32 *nlm_decode_cookie(__be32 *p, struct nlm_cookie *c) in nlm_decode_cookie() argument 51 len = ntohl(*p++); in nlm_decode_cookie() 61 memcpy(c->data, p, len); in nlm_decode_cookie() 62 p+=XDR_QUADLEN(len); in nlm_decode_cookie() 71 return p; in nlm_decode_cookie() 75 nlm_encode_cookie(__be32 *p, struct nlm_cookie *c) in nlm_encode_cookie() argument 77 *p++ = htonl(c->len); in nlm_encode_cookie() 78 memcpy(p, c->data, c->len); in nlm_encode_cookie() 79 p+=XDR_QUADLEN(c->len); in nlm_encode_cookie() 80 return p; in nlm_encode_cookie() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
| D | xgene_enet_sgmac.c | 14 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
| D | xgene_enet_sgmac.c | 14 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 …]
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | libata-trace.c | 14 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 …]
|
| /kernel/linux/linux-5.10/sound/isa/sb/ |
| D | sb16_csp.c | 38 #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 …]
|
| /kernel/linux/linux-6.6/sound/isa/sb/ |
| D | sb16_csp.c | 38 #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 …]
|
| /kernel/linux/linux-5.10/include/linux/ceph/ |
| D | decode.h | 15 * 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 …]
|
| /kernel/linux/linux-5.10/arch/s390/boot/ |
| D | pgm_check_info.c | 33 char *p; in print_pgm_check_info() local 40 p = add_str(buf, "Kernel fault: interruption code "); in print_pgm_check_info() 41 p = add_val_as_hex(buf + strlen(buf), S390_lowcore.pgm_code); in print_pgm_check_info() 42 p = add_str(p, " ilc:"); in print_pgm_check_info() 43 *p++ = hex_asc_lo(ilc); in print_pgm_check_info() 44 add_str(p, "\n"); in print_pgm_check_info() 48 p = add_str(buf, "Kernel random base: "); in print_pgm_check_info() 49 p = add_val_as_hex(p, __kaslr_offset); in print_pgm_check_info() 50 add_str(p, "\n"); in print_pgm_check_info() 54 p = add_str(buf, "PSW : "); in print_pgm_check_info() [all …]
|
| /kernel/linux/linux-5.10/drivers/pnp/pnpbios/ |
| D | rsparser.c | 81 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 …]
|
| /kernel/linux/linux-6.6/drivers/pnp/pnpbios/ |
| D | rsparser.c | 81 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 …]
|
| /kernel/linux/linux-5.10/arch/mips/mm/ |
| D | tlbex.c | 205 static void uasm_bgezl_hazard(u32 **p, struct uasm_reloc **r, int instance) in uasm_bgezl_hazard() argument 209 uasm_il_bgezl(p, r, 0, label_tlbw_hazard_0 + instance); in uasm_bgezl_hazard() 216 static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance) in uasm_bgezl_label() argument 220 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label() 273 pr_debug("\t.word\t0x%08x\t\t# %p\n", handler[i], &handler[i]); in dump_handler() 359 static struct work_registers build_get_work_registers(u32 **p) in build_get_work_registers() argument 365 UASM_i_MTC0(p, 1, c0_kscratch(), scratch_reg); in build_get_work_registers() 374 UASM_i_CPUID_MFC0(p, K0, SMP_CPUID_REG); in build_get_work_registers() 375 UASM_i_SRL_SAFE(p, K0, K0, SMP_CPUID_REGSHIFT); in build_get_work_registers() 378 UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save))); in build_get_work_registers() [all …]
|
| /kernel/linux/linux-6.6/arch/mips/mm/ |
| D | tlbex.c | 204 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 …]
|
| /kernel/linux/linux-6.6/drivers/pinctrl/mediatek/ |
| D | pinctrl-mtmips.c | 48 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 …]
|
| /kernel/linux/linux-6.6/include/asm-generic/ |
| D | unaligned.h | 25 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 …]
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-bq4802.c | 30 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 …]
|