Home
last modified time | relevance | path

Searched refs:spp (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c92 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()
195 u32 **spm, *spp; in SYSCALL_DEFINE3() local
254 spp = *spm; in SYSCALL_DEFINE3()
255 if (!spp) { in SYSCALL_DEFINE3()
256 spp = (u32 *)get_zeroed_page(GFP_KERNEL); in SYSCALL_DEFINE3()
257 if (!spp) in SYSCALL_DEFINE3()
[all …]
H A Dhash_utils.c1221 u32 spp = 0; in subpage_protection() local
1240 spp = sbpp[(ea >> PAGE_SHIFT) & (SBP_L1_COUNT - 1)]; in subpage_protection()
1243 spp >>= 30 - 2 * ((ea >> 12) & 0xf); in subpage_protection()
1251 spp = ((spp & 2) ? _PAGE_RWX : 0) | ((spp & 1) ? _PAGE_WRITE : 0); in subpage_protection()
1252 return spp; in subpage_protection()
1478 int spp = subpage_protection(mm, ea); in hash_page_mm() local
1479 if (access & spp) in hash_page_mm()
1483 flags, ssize, spp); in hash_page_mm()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_cam.c31 rtw_hal_set_key(void *hal, struct rtw_phl_stainfo_t *sta, u8 type, u8 ext_key, u8 spp, in rtw_hal_set_key() argument
41 spp, keyid, keytype); in rtw_hal_set_key()
46 spp, keyid, keytype, keybuf); in rtw_hal_set_key()
47 hal_status = rtw_hal_mac_add_key(hal_info, macid, type, ext_key, spp, in rtw_hal_set_key()
51 spp, keyid, keytype, keybuf); in rtw_hal_set_key()
H A Dhal_api_mac.h289 u8 spp, u8 keyid, u8 keytype, u8 *keybuf);
292 u8 ext_key, u8 spp, u8 keyid, u8 keytype);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_cam.c31 rtw_hal_set_key(void *hal, struct rtw_phl_stainfo_t *sta, u8 type, u8 ext_key, u8 spp, in rtw_hal_set_key() argument
41 spp, keyid, keytype); in rtw_hal_set_key()
46 spp, keyid, keytype, keybuf); in rtw_hal_set_key()
47 hal_status = rtw_hal_mac_add_key(hal_info, macid, type, ext_key, spp, in rtw_hal_set_key()
51 spp, keyid, keytype, keybuf); in rtw_hal_set_key()
H A Dhal_api_mac.h289 u8 spp, u8 keyid, u8 keytype, u8 *keybuf);
292 u8 ext_key, u8 spp, u8 keyid, u8 keytype);
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A D0002-tiffcrop-fix-issue-380-and-382-heap-buffer-overflow-.patch79 - img_rowsize = ((img_width * bps + 7) / 8) * spp;
80 - full_bytes = (sect_width * spp * bps) / 8; /* number of COMPLETE bytes per row in section */
87 + img_rowsize = (((img_width * spp * bps) + 7) / 8); /* row size in full bytes of source imag…
88 + full_bytes = (sect_width * spp * bps) / 8; /* number of COMPLETE bytes per row in s…
89 + trailing_bits = (sect_width * spp * bps) % 8; /* trailing bits within the last byte of…
97 - col_offset = first_col * spp * bps / 8;
98 + col_offset = (first_col * spp * bps) / 8;
101 - /* row_offset = row * img_width * spp * bps / 8; */
109 - shift1 = spp * ((first_col * bps) % 8);
110 - shift2 = spp * ((last_col * bps) % 8);
[all …]
H A D0006-fix-heap-buffer-overflow-in-tiffcp-278.patch43 for (s = 0; s < spp; s++) {
50 - nrows, imagewidth, 0, 0, spp, 1);
51 + nrows, imagewidth, 0, 0, spp, bytes_per_sample);
H A D0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch59 for (sample = 0; (sample < spp) && (sample < MAX_SAMPLES); sample++)
83 if (extractContigSamplesToBuffer(obuf, src, nrows, width, s, spp, bps, dump))
116 src_rowsize = ((imagewidth * spp * bps) + 7U) / 8;
128 uint32_t imagewidth, tsample_t spp,
309 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++)
343 TIFFGetFieldDefaulted(in, TIFFTAG_SAMPLESPERPIXEL, &spp);
369 "Bits per sample %"PRIu16", Samples per pixel %"PRIu16, bps, spp);
549 @@ -8547,13 +8569,13 @@ rotateContigSamples32bits(uint16_t rotation, uint16_t spp, uint16_t bps, ui…
584 @@ -9155,13 +9178,13 @@ reverseSamples32bits (uint16_t spp, uint16_t bps, uint32_t width,
602 @@ -9252,12 +9275,13 @@ mirrorImage(uint16_t spp, uint16_t bps, uint16_t mirror, uint32_t width, ui…
[all …]
H A D0003-add-checks-for-return-value-of-limitMalloc-392.patch86 @@ -9231,3 +9239,4 @@ invertImage(uint16_t photometric, uint16_t spp, uint16_t bps, uint32_t width,…
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_rport.c1121 struct fc_els_spp spp; in fc_rport_prli_resp() member
1162 resp_code = (pp->spp.spp_flags & FC_SPP_RESP_MASK); in fc_rport_prli_resp()
1164 pp->spp.spp_flags, pp->spp.spp_type); in fc_rport_prli_resp()
1166 rdata->spp_type = pp->spp.spp_type; in fc_rport_prli_resp()
1174 if (pp->prli.prli_spp_len < sizeof(pp->spp)) { in fc_rport_prli_resp()
1179 fcp_parm = ntohl(pp->spp.spp_params); in fc_rport_prli_resp()
1193 &pp->spp, &temp_spp); in fc_rport_prli_resp()
1200 !(pp->spp.spp_flags & FC_SPP_EST_IMG_PAIR)) { in fc_rport_prli_resp()
1250 struct fc_els_spp spp; in fc_rport_enter_prli() member
1291 prov->prli(rdata, sizeof(pp->spp), NULL, &pp->spp); in fc_rport_enter_prli()
[all …]
/OK3568_Linux_fs/kernel/drivers/target/tcm_fc/
H A Dtfc_sess.c348 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli_locked() argument
376 spp->spp_flags |= FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
382 spp->spp_flags &= ~FC_SPP_EST_IMG_PAIR; in ft_prli_locked()
400 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked()
402 spp->spp_params = htonl(fcp_parm | FCP_SPPF_TARG_FCN); in ft_prli_locked()
406 fcp_parm = ntohl(spp->spp_params); in ft_prli_locked()
408 spp->spp_params = htonl(fcp_parm); in ft_prli_locked()
422 const struct fc_els_spp *rspp, struct fc_els_spp *spp) in ft_prli() argument
427 ret = ft_prli_locked(rdata, spp_len, rspp, spp); in ft_prli()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/8xx/
H A Dmicropatch.c343 struct spi_pram *spp; in cpm_load_patch() local
349 spp = (struct spi_pram *)&cp->cp_dparam[PROFF_SPI]; in cpm_load_patch()
350 out_be16(&spp->rpbase, (rpbase + sizeof(iic_t) + 31) & ~31); in cpm_load_patch()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c2269 struct smk_port_label *spp; in smack_sk_free_security() local
2273 list_for_each_entry_rcu(spp, &smk_ipv6_port_list, list) { in smack_sk_free_security()
2274 if (spp->smk_sock != sk) in smack_sk_free_security()
2276 spp->smk_can_reuse = 1; in smack_sk_free_security()
2534 struct smk_port_label *spp; in smk_ipv6_port_label() local
2544 list_for_each_entry_rcu(spp, &smk_ipv6_port_list, list) { in smk_ipv6_port_label()
2545 if (sk != spp->smk_sock) in smk_ipv6_port_label()
2547 spp->smk_in = ssp->smk_in; in smk_ipv6_port_label()
2548 spp->smk_out = ssp->smk_out; in smk_ipv6_port_label()
2573 list_for_each_entry_rcu(spp, &smk_ipv6_port_list, list) { in smk_ipv6_port_label()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dheartbeat.c514 unsigned int spp = reg->hr_slots_per_page; in o2hb_setup_one_bio() local
539 current_page = cs / spp; in o2hb_setup_one_bio()
543 (max_slots-cs) * (PAGE_SIZE/spp) ); in o2hb_setup_one_bio()
551 cs += vec_len / (PAGE_SIZE/spp); in o2hb_setup_one_bio()
1671 unsigned int spp = reg->hr_slots_per_page; in o2hb_map_slot_data() local
1692 reg->hr_num_pages = (reg->hr_blocks + spp - 1) / spp; in o2hb_map_slot_data()
1695 reg->hr_num_pages, reg->hr_blocks, spp); in o2hb_map_slot_data()
1709 last_slot = i * spp; in o2hb_map_slot_data()
1712 (j < spp) && ((j + last_slot) < reg->hr_blocks); in o2hb_map_slot_data()
/OK3568_Linux_fs/buildroot/package/mii-diag/
H A D0001-strchr.patch9 char **spp, *ifname;
/OK3568_Linux_fs/kernel/include/scsi/
H A Dfc_encode.h648 struct fc_els_spp spp; in fc_prli_fill() member
656 pp->spp.spp_type = FC_TYPE_FCP; in fc_prli_fill()
657 pp->spp.spp_flags = FC_SPP_EST_IMG_PAIR; in fc_prli_fill()
658 pp->spp.spp_params = htonl(lport->service_params); in fc_prli_fill()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Drtw_phl.h83 u8 spp, enum phl_cmd_type cmd_type, u32 cmd_timeout);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_phl.h84 u8 spp, enum phl_cmd_type cmd_type, u32 cmd_timeout);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_sec.c37 crypt->spp, in _phl_set_key()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_sec.c37 crypt->spp, in _phl_set_key()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl_spear.txt138 "clcd", "emi", "fsmc", "spp", "sdhci", "i2s", "uart1", "uart1_modem",
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-csid.c83 u8 spp; /* bus samples per pixel */ member
653 f->width * format->bpp * format->spp / 8; in csid_set_stream()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_phl.c1422 u8 spp, enum phl_cmd_type cmd_type, u32 cmd_timeout) in rtw_hw_add_key() argument
1440 crypt.spp = spp; in rtw_hw_add_key()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_phl.c1419 u8 spp, enum phl_cmd_type cmd_type, u32 cmd_timeout) in rtw_hw_add_key() argument
1437 crypt.spp = spp; in rtw_hw_add_key()

12