Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c36 #define CPUM_SF_SDB_PER_TABLE ((PAGE_SIZE - 8) / 8) macro
42 #define CPUM_SF_SDBT_TL_OFFSET (CPUM_SF_SDB_PER_TABLE * 8)
1372 base = aux->sdbt_index[head / CPUM_SF_SDB_PER_TABLE]; in aux_output_begin()
1373 offset = head % CPUM_SF_SDB_PER_TABLE; in aux_output_begin()
1383 head / CPUM_SF_SDB_PER_TABLE, in aux_output_begin()
1645 n_sdbt = (nr_pages + CPUM_SF_SDB_PER_TABLE - 1) / CPUM_SF_SDB_PER_TABLE; in aux_buffer_setup()