Searched refs:mem_sz (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/pstore/ |
| H A D | ram.c | 489 phys_addr_t *paddr, size_t mem_sz, in ramoops_init_przs() argument 499 if (mem_sz == 0 || record_size == 0) { in ramoops_init_przs() 512 record_size = mem_sz / *cnt; in ramoops_init_przs() 515 name, mem_sz, *cnt); in ramoops_init_przs() 519 *cnt = mem_sz / record_size; in ramoops_init_przs() 522 name, mem_sz, record_size); in ramoops_init_przs() 527 if (*paddr + mem_sz - cxt->phys_addr > cxt->size) { in ramoops_init_przs() 530 mem_sz, (unsigned long long)*paddr, in ramoops_init_przs() 535 zone_sz = mem_sz / *cnt; in ramoops_init_przs()
|
| /linux-6.15/arch/arc/mm/ |
| H A D | cache.c | 935 unsigned int ioc_base, mem_sz; in arc_ioc_setup() local 963 mem_sz = arc_get_mem_sz(); in arc_ioc_setup() 965 if (!is_power_of_2(mem_sz) || mem_sz < 4096) in arc_ioc_setup() 972 write_aux_reg(ARC_REG_IO_COH_AP0_SIZE, order_base_2(mem_sz >> 10) - 2); in arc_ioc_setup() 977 if (ioc_base % mem_sz != 0) in arc_ioc_setup()
|
| /linux-6.15/include/linux/firmware/qcom/ |
| H A D | qcom_scm.h | 95 int qcom_scm_assign_mem(phys_addr_t mem_addr, size_t mem_sz, u64 *src,
|
| /linux-6.15/drivers/firmware/qcom/ |
| H A D | qcom_scm.c | 1021 size_t mem_sz, phys_addr_t src, size_t src_sz, in __qcom_scm_assign_mem() argument 1032 .args[1] = mem_sz, in __qcom_scm_assign_mem() 1059 int qcom_scm_assign_mem(phys_addr_t mem_addr, size_t mem_sz, in qcom_scm_assign_mem() argument 1103 mem_to_map->mem_size = cpu_to_le64(mem_sz); in qcom_scm_assign_mem()
|
| /linux-6.15/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_xmit.c | 1024 s32 frg_inx, frg_len, mpdu_len, llc_sz, mem_sz; in rtw_xmitframe_coalesce() local 1091 mem_sz = _rtw_pktfile_read(&pktfile, pframe, pattrib->pktlen); in rtw_xmitframe_coalesce() 1093 mem_sz = _rtw_pktfile_read(&pktfile, pframe, mpdu_len); in rtw_xmitframe_coalesce() 1096 pframe += mem_sz; in rtw_xmitframe_coalesce() 1109 ((pattrib->bswenc) ? pattrib->icv_len : 0) + mem_sz; in rtw_xmitframe_coalesce()
|