Home
last modified time | relevance | path

Searched refs:core_size (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c196 off_t core_size) in check_core_file() argument
220 FAIL_IF(ehdr->e_phoff + phdr_size > core_size); in check_core_file()
261 off_t core_size; in parent() local
312 core_size = try_core_file(filename[i], info, pid); in parent()
313 if (core_size != TEST_FAIL) in parent()
330 core = mmap(NULL, core_size, PROT_READ, MAP_PRIVATE, fd, 0); in parent()
337 ret = check_core_file(info, core, core_size); in parent()
339 munmap(core, core_size); in parent()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0140-util-mkimage-Refactor-section-setup-to-use-a-helper.patch86 - reloc_addr = ALIGN_UP (header_size + core_size,
89 + pe_size = ALIGN_UP (header_size + core_size, GRUB_PE32_FILE_ALIGNMENT) +
97 - memcpy ((char *) pe_img + header_size, core_img, core_size);
98 - memset ((char *) pe_img + header_size + core_size, 0, reloc_addr - (header_size + core_size));
101 + memcpy (pe_img + raw_data, core_img, core_size);
218 core_size = pe_size;
H A D0141-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch166 size_t total_module_size, core_size;
205 pe_size = ALIGN_UP (header_size + core_size, GRUB_PE32_FILE_ALIGNMENT) +
210 memcpy (pe_img + raw_data, core_img, core_size);
H A D0143-shim_lock-Only-skip-loading-shim_lock-verifier-with-.patch240 size_t total_module_size, core_size;
/OK3568_Linux_fs/kernel/drivers/spmi/
H A Dspmi-pmic-arb.c147 resource_size_t core_size; member
839 if (offset >= pmic_arb->core_size) in pmic_arb_find_apid()
895 if (offset >= pmic_arb->core_size) in pmic_arb_read_apid_map_v5()
1180 pmic_arb->core_size = resource_size(res); in spmi_pmic_arb_probe()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dunwind.c185 const void *core_start, unsigned long core_size, in init_unwind_table() argument
194 table->core.range = core_size; in init_unwind_table()