Searched refs:memcmp (Results 1 – 18 of 18) sorted by relevance
| /arch/m68k/include/asm/ |
| A D | string.h | 28 extern int memcmp(const void *,const void *,__kernel_size_t);
|
| /arch/powerpc/include/asm/ |
| A D | string.h | 26 extern int memcmp(const void *,const void *,__kernel_size_t);
|
| /arch/arm/mach-socfpga/ |
| A D | misc_arria10.c | 235 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 D | secure_vab.c | 95 if (memcmp(hash384, cert_hash_ptr, SHA384_SUM_LEN)) { in socfpga_vendor_authentication()
|
| /arch/arm/mach-uniphier/ |
| A D | base-address.c | 40 if (!memcmp(compat_tail, in uniphier_base_address_get()
|
| /arch/powerpc/cpu/mpc85xx/ |
| A D | portals.c | 60 if (container && (memcmp(container, name, len))) { in fdt_portal()
|
| /arch/sandbox/lib/ |
| A D | bootm.c | 27 if (memcmp(zimage + 0x202, "HdrS", 4) == 0) { in bootz_setup()
|
| /arch/powerpc/lib/ |
| A D | ppcstring.S | 179 .globl memcmp 180 memcmp: label
|
| /arch/mips/mach-octeon/ |
| A D | cvmx-helper-board.c | 1019 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 D | octeon_fdt.c | 369 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 D | fsp_support.c | 70 if (memcmp(&file_hdr->name, &guid, sizeof(guid))) in fsp_get_header()
|
| /arch/arm/mach-tegra/ |
| A D | dt-setup.c | 71 if (memcmp(local_mac, mac, ETH_ALEN) != 0) { in ft_mac_address_setup()
|
| /arch/arm/mach-sunxi/ |
| A D | board.c | 252 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 D | fdt.c | 219 if (memcmp(p, s, len) != 0) in fdt_clock_output_name_eq_()
|
| /arch/arm/mach-imx/imx8/ |
| A D | ahab.c | 188 err = memcmp(&img->hash, &hash_value, SHA256_SUM_LEN); in authenticate_os_container()
|
| /arch/x86/lib/ |
| A D | mrccache.c | 155 (!memcmp(cache, cur, cache->data_size + sizeof(*cur)))) { in mrccache_update()
|
| /arch/x86/cpu/i386/ |
| A D | cpu.c | 343 if (memcmp(vendor_name, x86_vendors[i].name, 12) == 0) { in identify_cpu()
|
| /arch/arm/mach-imx/ |
| A D | cmd_nandbcb.c | 1368 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