Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/pseries/
Dlpar.c1415 #define SPLPAR_TLB_BIC_MAXLENGTH 128 macro
1419 unsigned char local_buffer[SPLPAR_TLB_BIC_MAXLENGTH]; in pseries_lpar_read_hblkrm_characteristics()
1432 memcpy(local_buffer, rtas_data_buf, SPLPAR_TLB_BIC_MAXLENGTH); in pseries_lpar_read_hblkrm_characteristics()
1433 local_buffer[SPLPAR_TLB_BIC_MAXLENGTH - 1] = '\0'; in pseries_lpar_read_hblkrm_characteristics()
1447 if (len > SPLPAR_TLB_BIC_MAXLENGTH) { in pseries_lpar_read_hblkrm_characteristics()