Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/platforms/pseries/
Dlpar.c1439 #define SPLPAR_TLB_BIC_MAXLENGTH 128 macro
1443 unsigned char local_buffer[SPLPAR_TLB_BIC_MAXLENGTH]; in pseries_lpar_read_hblkrm_characteristics()
1456 memcpy(local_buffer, rtas_data_buf, SPLPAR_TLB_BIC_MAXLENGTH); in pseries_lpar_read_hblkrm_characteristics()
1457 local_buffer[SPLPAR_TLB_BIC_MAXLENGTH - 1] = '\0'; in pseries_lpar_read_hblkrm_characteristics()
1471 if (len > SPLPAR_TLB_BIC_MAXLENGTH) { in pseries_lpar_read_hblkrm_characteristics()