Searched refs:CPUM_SF_SDB_PER_TABLE (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c37 #define CPUM_SF_SDB_PER_TABLE ((PAGE_SIZE - 8) / 8) macro
43 #define CPUM_SF_SDBT_TL_OFFSET (CPUM_SF_SDB_PER_TABLE * 8)
1502 base = aux->sdbt_index[head / CPUM_SF_SDB_PER_TABLE];
1503 offset = head % CPUM_SF_SDB_PER_TABLE;
1510 head / CPUM_SF_SDB_PER_TABLE,
1781 n_sdbt = DIV_ROUND_UP(nr_pages, CPUM_SF_SDB_PER_TABLE);

Completed in 237 milliseconds