/Linux-v4.19/arch/powerpc/mm/ |
D | subpage-prot.c | 97 u32 **spm, *spp; in subpage_prot_clear() local 115 spp = spm[(addr >> SBP_L2_SHIFT) & (SBP_L2_COUNT - 1)]; in subpage_prot_clear() 116 if (!spp) in subpage_prot_clear() 118 spp += (addr >> PAGE_SHIFT) & (SBP_L1_COUNT - 1); in subpage_prot_clear() 125 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear() 193 u32 **spm, *spp; in SYSCALL_DEFINE3() local 237 spp = *spm; in SYSCALL_DEFINE3() 238 if (!spp) { in SYSCALL_DEFINE3() 239 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3() 240 if (!spp) in SYSCALL_DEFINE3() [all …]
|
D | hash_utils_64.c | 1144 u32 spp = 0; in subpage_protection() local 1160 spp = sbpp[(ea >> PAGE_SHIFT) & (SBP_L1_COUNT - 1)]; in subpage_protection() 1163 spp >>= 30 - 2 * ((ea >> 12) & 0xf); in subpage_protection() 1171 spp = ((spp & 2) ? _PAGE_RWX : 0) | ((spp & 1) ? _PAGE_WRITE : 0); in subpage_protection() 1172 return spp; in subpage_protection() 1383 int spp = subpage_protection(mm, ea); in hash_page_mm() local 1384 if (access & spp) in hash_page_mm() 1388 flags, ssize, spp); in hash_page_mm()
|
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_rport.c | 1125 struct fc_els_spp spp; in fc_rport_prli_resp() member 1164 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp() 1166 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp() 1167 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp() 1175 if (pp->prli.prli_spp_len < sizeof(pp->spp)) in fc_rport_prli_resp() 1178 fcp_parm = ntohl(pp->spp.spp_params); in fc_rport_prli_resp() 1191 &pp->spp, &temp_spp); in fc_rport_prli_resp() 1197 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) { in fc_rport_prli_resp() 1238 struct fc_els_spp spp; in fc_rport_enter_prli() member 1279 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli() [all …]
|
/Linux-v4.19/drivers/target/tcm_fc/ |
D | tfc_sess.c | 360 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli_locked() argument 388 spp->spp_flags |= FC_SPP_EST_IMG_PAIR; in ft_prli_locked() 394 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR; in ft_prli_locked() 412 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked() 414 spp->spp_params = htonl(fcp_parm | FCP_SPPF_TARG_FCN); in ft_prli_locked() 418 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked() 420 spp->spp_params = htonl(fcp_parm); in ft_prli_locked() 434 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli() argument 439 ret = ft_prli_locked(rdata, spp_len, rspp, spp); in ft_prli()
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | micropatch.c | 632 volatile struct spi_pram *spp; in cpm_load_patch() local 677 spp = (struct spi_pram *)&commproc->cp_dparam[PROFF_SPI]; in cpm_load_patch() 678 spp->rpbase = i; in cpm_load_patch()
|
/Linux-v4.19/security/smack/ |
D | smack_lsm.c | 2352 struct smk_port_label *spp; in smack_sk_free_security() local 2356 list_for_each_entry_rcu(spp, &smk_ipv6_port_list, list) { in smack_sk_free_security() 2357 if (spp->smk_sock != sk) in smack_sk_free_security() 2359 spp->smk_can_reuse = 1; in smack_sk_free_security() 2606 struct smk_port_label *spp; in smk_ipv6_port_label() local 2616 list_for_each_entry_rcu(spp, &smk_ipv6_port_list, list) { in smk_ipv6_port_label() 2617 if (sk != spp->smk_sock) in smk_ipv6_port_label() 2619 spp->smk_in = ssp->smk_in; in smk_ipv6_port_label() 2620 spp->smk_out = ssp->smk_out; in smk_ipv6_port_label() 2645 list_for_each_entry_rcu(spp, &smk_ipv6_port_list, list) { in smk_ipv6_port_label() [all …]
|
/Linux-v4.19/fs/ocfs2/cluster/ |
D | heartbeat.c | 538 unsigned int spp = reg->hr_slots_per_page; in o2hb_setup_one_bio() local 563 current_page = cs / spp; in o2hb_setup_one_bio() 567 (max_slots-cs) * (PAGE_SIZE/spp) ); in o2hb_setup_one_bio() 575 cs += vec_len / (PAGE_SIZE/spp); in o2hb_setup_one_bio() 1739 unsigned int spp = reg->hr_slots_per_page; in o2hb_map_slot_data() local 1760 reg->hr_num_pages = (reg->hr_blocks + spp - 1) / spp; in o2hb_map_slot_data() 1763 reg->hr_num_pages, reg->hr_blocks, spp); in o2hb_map_slot_data() 1777 last_slot = i * spp; in o2hb_map_slot_data() 1780 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data()
|
/Linux-v4.19/include/scsi/ |
D | fc_encode.h | 660 struct fc_els_spp spp; in fc_prli_fill() member 668 pp->spp.spp_type = FC_TYPE_FCP; in fc_prli_fill() 669 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill() 670 pp->spp.spp_params = htonl(lport->service_params); in fc_prli_fill()
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl_spear.txt | 138 "clcd", "emi", "fsmc", "spp", "sdhci", "i2s", "uart1", "uart1_modem",
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss-csid.c | 83 u8 spp; /* bus samples per pixel */ member 651 f->width * format->bpp * format->spp / 8; in csid_set_stream()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 3092 up parallel port mode and sets it to spp. 3094 Format: [spp|ps2|epp|ecp|ecpepp]
|