Searched refs:SMEM_PART_MAGIC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smem.c | 177 * @magic: magic number, must be SMEM_PART_MAGIC 197 static const u8 SMEM_PART_MAGIC[] = { 0x24, 0x50, 0x52, 0x54 }; variable 733 if (memcmp(header->magic, SMEM_PART_MAGIC, sizeof(header->magic))) { in qcom_smem_partition_header()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smem.c | 179 * @magic: magic number, must be SMEM_PART_MAGIC 213 static const u8 SMEM_PART_MAGIC[] = { 0x24, 0x50, 0x52, 0x54 }; variable 873 if (memcmp(header->magic, SMEM_PART_MAGIC, sizeof(header->magic))) { in qcom_smem_partition_header()
|
Completed in 3 milliseconds