| /linux/drivers/soc/apple/ |
| H A D | rtkit-crashlog.c | 189 u32 section_fourcc, section_size; in apple_rtkit_crashlog_dump() local 210 memcpy(§ion_size, bfr + offset + 12, 4); in apple_rtkit_crashlog_dump() 218 section_size); in apple_rtkit_crashlog_dump() 222 rtk, bfr + offset + 16, section_size); in apple_rtkit_crashlog_dump() 226 rtk, bfr + offset + 16, section_size); in apple_rtkit_crashlog_dump() 230 section_size); in apple_rtkit_crashlog_dump() 234 section_size); in apple_rtkit_crashlog_dump() 242 offset += section_size; in apple_rtkit_crashlog_dump()
|
| /linux/mm/ |
| H A D | hugetlb_vmemmap.c | 752 unsigned long section_size, psize, pmd_vmemmap_size; in vmemmap_should_optimize_bootmem_page() local 768 section_size = (1UL << PA_SECTION_SHIFT); in vmemmap_should_optimize_bootmem_page() 769 if (!IS_ALIGNED(paddr, section_size) || in vmemmap_should_optimize_bootmem_page() 770 !IS_ALIGNED(psize, section_size)) in vmemmap_should_optimize_bootmem_page() 791 unsigned long psize, paddr, section_size; in hugetlb_vmemmap_init_early() local 808 section_size = (1UL << PA_SECTION_SHIFT); in hugetlb_vmemmap_init_early() 829 ns = psize / section_size; in hugetlb_vmemmap_init_early()
|
| /linux/lib/ |
| H A D | alloc_tag.c | 387 static bool find_aligned_area(struct ma_state *mas, unsigned long section_size, in find_aligned_area() argument 394 if (!mas_empty_area(mas, 0, section_size - 1, prepend + size)) { in find_aligned_area() 400 if (!mas_empty_area(mas, 0, section_size - 1, in find_aligned_area() 480 unsigned long section_size = module_tags.end_addr - module_tags.start_addr; in reserve_module_tags() local 481 MA_STATE(mas, &mod_area_mt, 0, section_size - 1); in reserve_module_tags() 504 if (!find_aligned_area(&mas, section_size, size, prepend, align)) { in reserve_module_tags()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | sdio.c | 2295 unsigned int count, section_size, skip_size; in ath10k_sdio_dump_memory_section() local 2322 section_size = cur_section->end - cur_section->start; in ath10k_sdio_dump_memory_section() 2324 if (section_size <= 0) { in ath10k_sdio_dump_memory_section() 2348 if (buf_len < (skip_size + section_size)) { in ath10k_sdio_dump_memory_section() 2353 buf_len -= skip_size + section_size; in ath10k_sdio_dump_memory_section() 2357 buf, section_size); in ath10k_sdio_dump_memory_section() 2364 buf += section_size; in ath10k_sdio_dump_memory_section() 2365 count += section_size; in ath10k_sdio_dump_memory_section()
|
| H A D | pci.c | 1476 unsigned int count, section_size, skip_size; in ath10k_pci_dump_memory_section() local 1503 section_size = cur_section->end - cur_section->start; in ath10k_pci_dump_memory_section() 1505 if (section_size <= 0) { in ath10k_pci_dump_memory_section() 1529 if (buf_len < (skip_size + section_size)) { in ath10k_pci_dump_memory_section() 1534 buf_len -= skip_size + section_size; in ath10k_pci_dump_memory_section() 1538 buf, section_size); in ath10k_pci_dump_memory_section() 1545 buf += section_size; in ath10k_pci_dump_memory_section() 1546 count += section_size; in ath10k_pci_dump_memory_section()
|
| /linux/drivers/soundwire/ |
| H A D | cadence_master.c | 2335 unsigned int section_size; in sdw_cdns_prepare_write_dma_buffer() local 2350 section_size = sec[i].len; in sdw_cdns_prepare_write_dma_buffer() 2353 while (section_size >= data_per_frame) { in sdw_cdns_prepare_write_dma_buffer() 2370 section_size -= data_per_frame; in sdw_cdns_prepare_write_dma_buffer() 2379 if (section_size) { in sdw_cdns_prepare_write_dma_buffer() 2380 header[1] = section_size; in sdw_cdns_prepare_write_dma_buffer() 2387 p_data, section_size, in sdw_cdns_prepare_write_dma_buffer()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_fw.c | 543 u32 section_size; in panthor_fw_load_section_entry() local 625 section_size = hdr.va.end - hdr.va.start; in panthor_fw_load_section_entry() 626 if (section_size) { in panthor_fw_load_section_entry() 650 section_size, in panthor_fw_load_section_entry()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 4770 u32 section_size = (*dump == continue_dump) ? in qed_ilt_dump_pages_section() local 4773 if (section_size > 0) in qed_ilt_dump_pages_section() 4775 *dump, "size", section_size); in qed_ilt_dump_pages_section() 4776 else if ((section_size == 0) && (*dump != continue_dump)) in qed_ilt_dump_pages_section() 5015 u32 section_size = 0; in qed_ilt_dump() local 5049 section_size = in qed_ilt_dump() 5059 if (offset + section_size > buf_size_in_dwords) { in qed_ilt_dump() 5080 section_size = in qed_ilt_dump() 5085 if (offset + section_size > buf_size_in_dwords) { in qed_ilt_dump() 5101 section_size = in qed_ilt_dump() [all …]
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 1186 unsigned long section_size; in mark_rodata_ro() local 1192 section_size = (unsigned long)__init_begin - (unsigned long)__start_rodata; in mark_rodata_ro() 1195 section_size, PAGE_KERNEL_RO); in mark_rodata_ro()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_common.c | 4974 u32 section_size = 0; in i40e_write_profile() local 5005 section_size = sec->section.size + in i40e_write_profile() 5009 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_write_profile() 5036 u32 section_size = 0; in i40e_rollback_profile() local 5056 section_size = sec->section.size + in i40e_rollback_profile() 5060 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_rollback_profile()
|
| /linux/drivers/net/hyperv/ |
| H A D | hyperv_net.h | 501 u32 section_size; member
|
| H A D | netvsc.c | 519 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()
|