Searched refs:SMEM_PTABLE_MAGIC (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smem.c | 159 * @magic: magic number, must be SMEM_PTABLE_MAGIC 173 static const u8 SMEM_PTABLE_MAGIC[] = { 0x24, 0x54, 0x4f, 0x43 }; /* "$TOC" */ variable 691 if (memcmp(ptable->magic, SMEM_PTABLE_MAGIC, sizeof(ptable->magic))) in qcom_smem_get_ptable()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smem.c | 161 * @magic: magic number, must be SMEM_PTABLE_MAGIC 175 static const u8 SMEM_PTABLE_MAGIC[] = { 0x24, 0x54, 0x4f, 0x43 }; /* "$TOC" */ variable 826 if (memcmp(ptable->magic, SMEM_PTABLE_MAGIC, sizeof(ptable->magic))) in qcom_smem_get_ptable()
|
Completed in 4 milliseconds