Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/pseries/
Dlpar.c1480 #define SPLPAR_TLB_BIC_MAXLENGTH 128 macro
1484 unsigned char local_buffer[SPLPAR_TLB_BIC_MAXLENGTH]; in pseries_lpar_read_hblkrm_characteristics()
1497 memcpy(local_buffer, rtas_data_buf, SPLPAR_TLB_BIC_MAXLENGTH); in pseries_lpar_read_hblkrm_characteristics()
1498 local_buffer[SPLPAR_TLB_BIC_MAXLENGTH - 1] = '\0'; in pseries_lpar_read_hblkrm_characteristics()
1512 if (len > SPLPAR_TLB_BIC_MAXLENGTH) { in pseries_lpar_read_hblkrm_characteristics()