Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ras/amd/
Dfmpm.c119 static u64 *spa_entries; variable
335 spa_entries[spa_entry] = spa; in save_spa()
337 fru_idx, entry, spa_entry, spa_entries[spa_entry]); in save_spa()
808 kfree(spa_entries); in free_records()
829 spa_entries = kcalloc(spa_nr_entries, sizeof(u64), GFP_KERNEL); in allocate_records()
830 if (!spa_entries) { in allocate_records()
836 spa_entries[i] = INVALID_SPA; in allocate_records()
919 if (spa_entries[spa_entry] == INVALID_SPA) in fmpm_show()
922 seq_printf(f, "0x%016llx%-*s", spa_entries[spa_entry], U64_PAD, ""); in fmpm_show()