/linux-4.1.27/arch/parisc/kernel/ |
D | entry.S | 53 .macro space_to_prot spc prot 54 depd,z \spc,62,31,\prot 57 .macro space_to_prot spc prot 58 extrd,u \spc,(64 - (SPACEID_SHIFT)),32,\prot 192 spc = r24 /* space for which the trap occurred */ define 202 mfctl %pcsq, spc 215 mfctl %pcsq, spc 233 mfctl %isr,spc 247 mfctl %isr,spc 265 mfctl %isr, spc [all …]
|
/linux-4.1.27/arch/arm/mach-vexpress/ |
D | spc.c | 497 #define to_clk_spc(spc) container_of(spc, struct clk_spc, hw) argument 501 struct clk_spc *spc = to_clk_spc(hw); in spc_recalc_rate() local 504 if (ve_spc_get_performance(spc->cluster, &freq)) in spc_recalc_rate() 513 struct clk_spc *spc = to_clk_spc(hw); in spc_round_rate() local 515 return ve_spc_round_performance(spc->cluster, drate); in spc_round_rate() 521 struct clk_spc *spc = to_clk_spc(hw); in spc_set_rate() local 523 return ve_spc_set_performance(spc->cluster, rate / 1000); in spc_set_rate() 535 struct clk_spc *spc; in ve_spc_clk_register() local 537 spc = kzalloc(sizeof(*spc), GFP_KERNEL); in ve_spc_clk_register() 538 if (!spc) { in ve_spc_clk_register() [all …]
|
D | Makefile | 11 obj-$(CONFIG_ARCH_VEXPRESS_SPC) += spc.o
|
/linux-4.1.27/drivers/tty/vt/ |
D | selection.c | 162 int sel_mode, new_sel_start, new_sel_end, spc; in set_selection() local 223 spc = isspace(sel_pos(ps)); in set_selection() 226 if ((spc && !isspace(sel_pos(ps))) || in set_selection() 227 (!spc && !inword(sel_pos(ps)))) in set_selection() 233 spc = isspace(sel_pos(pe)); in set_selection() 236 if ((spc && !isspace(sel_pos(pe))) || in set_selection() 237 (!spc && !inword(sel_pos(pe)))) in set_selection()
|
/linux-4.1.27/sound/soc/codecs/ |
D | cs42l73.c | 36 u8 spc, mmcc, spfs; member 1043 u8 spc, mmcc; in cs42l73_set_dai_fmt() local 1045 spc = snd_soc_read(codec, CS42L73_SPC(id)); in cs42l73_set_dai_fmt() 1066 spc &= ~CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt() 1080 spc |= CS42L73_SPDIF_PCM; in cs42l73_set_dai_fmt() 1086 if (spc & CS42L73_SPDIF_PCM) { in cs42l73_set_dai_fmt() 1088 spc &= ~(CS42L73_PCM_MODE_MASK | CS42L73_PCM_BIT_ORDER); in cs42l73_set_dai_fmt() 1092 spc |= CS42L73_PCM_MODE0; in cs42l73_set_dai_fmt() 1094 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt() 1098 spc |= CS42L73_PCM_MODE1; in cs42l73_set_dai_fmt() [all …]
|
D | cs42l52.c | 39 u8 spc, format, spfs; member
|
/linux-4.1.27/net/sctp/ |
D | ulpevent.c | 261 struct sctp_paddr_change *spc; in sctp_ulpevent_make_peer_addr_change() local 270 spc = (struct sctp_paddr_change *) in sctp_ulpevent_make_peer_addr_change() 280 spc->spc_type = SCTP_PEER_ADDR_CHANGE; in sctp_ulpevent_make_peer_addr_change() 290 spc->spc_length = sizeof(struct sctp_paddr_change); in sctp_ulpevent_make_peer_addr_change() 298 spc->spc_flags = 0; in sctp_ulpevent_make_peer_addr_change() 308 spc->spc_state = state; in sctp_ulpevent_make_peer_addr_change() 319 spc->spc_error = error; in sctp_ulpevent_make_peer_addr_change() 331 spc->spc_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_peer_addr_change() 341 memcpy(&spc->spc_aaddr, aaddr, sizeof(struct sockaddr_storage)); in sctp_ulpevent_make_peer_addr_change() 346 (union sctp_addr *)&spc->spc_aaddr); in sctp_ulpevent_make_peer_addr_change()
|
/linux-4.1.27/block/partitions/ |
D | sun.c | 59 unsigned long spc; in sun_partition() local 100 spc = be16_to_cpu(label->ntrks) * be16_to_cpu(label->nsect); in sun_partition() 105 st_sector = be32_to_cpu(p->start_cylinder) * spc; in sun_partition()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | signal.c | 93 unsigned long oldspc = regs->spc; in sys_sigreturn() 134 unsigned long oldspc = regs->spc; in sys_rt_sigreturn() 474 user_regs(ti)->spc = 0; in ugdb_trap_user() 501 regs->spc = oldspc; in keep_debug_flags() 509 } else if (regs->spc) { in keep_debug_flags() 513 regs->spc = 0; in keep_debug_flags()
|
D | ptrace.c | 317 unsigned long spc = get_reg(child, PT_SPC); in get_pseudo_pc() local 320 if (spc) { in get_pseudo_pc() 324 pc = spc; in get_pseudo_pc()
|
D | kgdb.c | 227 unsigned int spc; /* 0x71; P15, Single step PC */ member 1046 if (reg.spc) { in register_fixup() 1048 reg.pc = reg.spc; in register_fixup() 1098 reg.spc = 0; in register_fixup() 1420 reg.spc = 0; in handle_exception() 1444 reg.spc = reg.pc; in handle_exception()
|
D | entry.S | 251 move [$sp+], $spc 384 move $spc, [$sp] 413 move [$sp+], $spc
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 640 int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - sizeof *inl; in build_inline_wqe() local 643 if (skb->len <= spc) { in build_inline_wqe() 657 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_inline_wqe() 658 if (hlen <= spc) { in build_inline_wqe() 660 if (hlen < spc) { in build_inline_wqe() 662 fragptr, spc - hlen); in build_inline_wqe() 663 fragptr += spc - hlen; in build_inline_wqe() 665 inl = (void *) (inl + 1) + spc; in build_inline_wqe() 666 memcpy(((void *)(inl + 1)), fragptr, skb->len - spc); in build_inline_wqe() 668 skb_copy_from_linear_data(skb, inl + 1, spc); in build_inline_wqe() [all …]
|
/linux-4.1.27/fs/ubifs/ |
D | lprops.c | 481 int ubifs_calc_dark(const struct ubifs_info *c, int spc) in ubifs_calc_dark() argument 483 ubifs_assert(!(spc & 7)); in ubifs_calc_dark() 485 if (spc < c->dark_wm) in ubifs_calc_dark() 486 return spc; in ubifs_calc_dark() 493 if (spc - c->dark_wm < MIN_WRITE_SZ) in ubifs_calc_dark() 494 return spc - MIN_WRITE_SZ; in ubifs_calc_dark() 1231 int spc = free + dirty; in scan_check_cb() local 1233 if (spc < c->dead_wm) in scan_check_cb() 1234 lst->total_dead += spc; in scan_check_cb() 1236 lst->total_dark += ubifs_calc_dark(c, spc); in scan_check_cb()
|
D | debug.c | 647 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local 651 spc = lp->free + lp->dirty; in ubifs_dump_lprop() 652 if (spc < c->dead_wm) in ubifs_dump_lprop() 653 dead = spc; in ubifs_dump_lprop() 655 dark = ubifs_calc_dark(c, spc); in ubifs_dump_lprop() 659 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop() 663 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop() 664 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
|
D | ubifs.h | 1744 int ubifs_calc_dark(const struct ubifs_info *c, int spc);
|
/linux-4.1.27/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 213 ! - restore spc, pr*, ssr, gbr, mach, macl, skip default tra 243 ldc.l @r15+, spc 318 stc spc, k1 326 ldc k0, spc ! PC = saved r0 + r15 - 2
|
D | swsusp.S | 103 ldc r1, spc ! setup pc value for resuming
|
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/ |
D | user.h | 38 unsigned long spc; /* P15, Single step PC. */ member
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | qp.c | 2046 int spc; in build_sriov_qp0_header() local 2111 spc = MLX4_INLINE_ALIGN - in build_sriov_qp0_header() 2113 if (header_size <= spc) { in build_sriov_qp0_header() 2118 inl->byte_count = cpu_to_be32(1 << 31 | spc); in build_sriov_qp0_header() 2119 memcpy(inl + 1, sqp->header_buf, spc); in build_sriov_qp0_header() 2121 inl = (void *) (inl + 1) + spc; in build_sriov_qp0_header() 2122 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_sriov_qp0_header() 2137 inl->byte_count = cpu_to_be32(1 << 31 | (header_size - spc)); in build_sriov_qp0_header() 2168 int spc; in build_mlx_header() local 2339 spc = MLX4_INLINE_ALIGN - in build_mlx_header() [all …]
|
/linux-4.1.27/arch/sh/include/asm/ |
D | suspend.h | 71 unsigned long spc; member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 67 "qcom,idle-state-spc", 76 CPU_SPC: spc { 77 compatible = "qcom,idle-state-spc", "arm,idle-state";
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | ptrace.h | 76 unsigned long spc; member
|
D | elf.h | 73 pr_reg[31] = regs->spc; /* SPC */ \
|
/linux-4.1.27/arch/sh/kernel/ |
D | relocate_kernel.S | 43 stc.l spc, @-r15 128 ldc.l @r15+, spc
|
D | asm-offsets.c | 41 DEFINE(SH_SLEEP_SPC, offsetof(struct sh_sleep_data, spc)); in main()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | qcom-apq8084.dtsi | 68 CPU_SPC: spc { 69 compatible = "qcom,idle-state-spc",
|
D | qcom-msm8974.dtsi | 68 CPU_SPC: spc { 69 compatible = "qcom,idle-state-spc",
|
D | qcom-apq8064.dtsi | 68 CPU_SPC: spc { 69 compatible = "qcom,idle-state-spc",
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 601 getcon spc, r6 617 ! construct spc 620 putcon r18, spc 1336 putcon r0, spc 1354 putcon r0, spc 1394 putcon r36, spc 1403 putcon r37, spc 1443 putcon r36, spc 1452 putcon r37, spc
|
/linux-4.1.27/drivers/cpufreq/ |
D | Makefile | 81 obj-$(CONFIG_ARM_VEXPRESS_SPC_CPUFREQ) += vexpress-spc-cpufreq.o
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 977 struct xfrmu_spdinfo spc; in build_spdinfo() local 992 spc.incnt = si.incnt; in build_spdinfo() 993 spc.outcnt = si.outcnt; in build_spdinfo() 994 spc.fwdcnt = si.fwdcnt; in build_spdinfo() 995 spc.inscnt = si.inscnt; in build_spdinfo() 996 spc.outscnt = si.outscnt; in build_spdinfo() 997 spc.fwdscnt = si.fwdscnt; in build_spdinfo() 1010 err = nla_put(skb, XFRMA_SPD_INFO, sizeof(spc), &spc); in build_spdinfo()
|
/linux-4.1.27/arch/cris/arch-v32/mm/ |
D | mmu.S | 24 move $spc, [$sp]
|
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/ |
D | sleep.S | 268 ldc r0, spc
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 217 spc=N Number of special cookies allocated
|
/linux-4.1.27/drivers/dma/ |
D | imx-sdma.c | 177 u32 spc :14; member
|