Home
last modified time | relevance | path

Searched refs:memcmp (Results 1 – 18 of 18) sorted by relevance

/arch/m68k/include/asm/
A Dstring.h28 extern int memcmp(const void *,const void *,__kernel_size_t);
/arch/powerpc/include/asm/
A Dstring.h26 extern int memcmp(const void *,const void *,__kernel_size_t);
/arch/arm/mach-socfpga/
A Dmisc_arria10.c235 if (!memcmp(flash->name, "N25", SZ_1 + SZ_2)) in qspi_flash_software_reset()
238 else if (!memcmp(flash->name, "S25FL", SZ_1 + SZ_4)) in qspi_flash_software_reset()
A Dsecure_vab.c95 if (memcmp(hash384, cert_hash_ptr, SHA384_SUM_LEN)) { in socfpga_vendor_authentication()
/arch/arm/mach-uniphier/
A Dbase-address.c40 if (!memcmp(compat_tail, in uniphier_base_address_get()
/arch/powerpc/cpu/mpc85xx/
A Dportals.c60 if (container && (memcmp(container, name, len))) { in fdt_portal()
/arch/sandbox/lib/
A Dbootm.c27 if (memcmp(zimage + 0x202, "HdrS", 4) == 0) { in bootz_setup()
/arch/powerpc/lib/
A Dppcstring.S179 .globl memcmp
180 memcmp: label
/arch/mips/mach-octeon/
A Dcvmx-helper-board.c1019 if (!memcmp("marvell", compat, strlen("marvell"))) { in __cvmx_helper_78xx_parse_phy()
1022 } else if (!memcmp("broadcom", compat, strlen("broadcom"))) { in __cvmx_helper_78xx_parse_phy()
1025 } else if (!memcmp("cortina", compat, strlen("cortina"))) { in __cvmx_helper_78xx_parse_phy()
1193 if (!memcmp("marvell", phy_compatible_str, strlen("marvell"))) { in __get_phy_info_from_dt()
1197 } else if (!memcmp("broadcom", phy_compatible_str, in __get_phy_info_from_dt()
1202 } else if (!memcmp("vitesse", phy_compatible_str, strlen("vitesse"))) { in __get_phy_info_from_dt()
1223 } else if (!memcmp("aquantia", phy_compatible_str, in __get_phy_info_from_dt()
1228 } else if (!memcmp("cortina", phy_compatible_str, strlen("cortina"))) { in __get_phy_info_from_dt()
1234 } else if (!memcmp("ti", phy_compatible_str, strlen("ti"))) { in __get_phy_info_from_dt()
A Docteon_fdt.c369 if (env_mac_addr_valid && memcmp(mac_addr, (void *)gd->arch.mac_desc.mac_addr_base, 6)) in __octeon_fixup_fdt_mac_addr()
616 if ((memcmp(vendor, strlist, len) == 0) && in octeon_fdt_compat_vendor()
/arch/x86/lib/fsp2/
A Dfsp_support.c70 if (memcmp(&file_hdr->name, &guid, sizeof(guid))) in fsp_get_header()
/arch/arm/mach-tegra/
A Ddt-setup.c71 if (memcmp(local_mac, mac, ETH_ALEN) != 0) { in ft_mac_address_setup()
/arch/arm/mach-sunxi/
A Dboard.c252 return !memcmp(egon_head->magic, BOOT0_MAGIC, 8); /* eGON.BT0 */ in sunxi_egon_valid()
257 return !memcmp(toc0_info->name, TOC0_MAIN_INFO_NAME, 8); /* TOC0.GLH */ in sunxi_toc0_valid()
/arch/arm/mach-omap2/omap5/
A Dfdt.c219 if (memcmp(p, s, len) != 0) in fdt_clock_output_name_eq_()
/arch/arm/mach-imx/imx8/
A Dahab.c188 err = memcmp(&img->hash, &hash_value, SHA256_SUM_LEN); in authenticate_os_container()
/arch/x86/lib/
A Dmrccache.c155 (!memcmp(cache, cur, cache->data_size + sizeof(*cur)))) { in mrccache_update()
/arch/x86/cpu/i386/
A Dcpu.c343 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
/arch/arm/mach-imx/
A Dcmd_nandbcb.c1368 if (memcmp(&fcb, &fcb_copy, in nandbcb_dump()
1400 if (memcmp(&dbbt, &dbbt_copy, in nandbcb_dump()
1407 memcmp(dbbt_data_page, dbbt_data_page_copy, in nandbcb_dump()

Completed in 32 milliseconds