Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ppc64/
Drtas.h25 #define WORKSPACE_SIZE 1024 macro
/linux-2.4.37.9/arch/ppc64/kernel/
Drtas-proc.c1017 if (count > token_len + WORKSPACE_SIZE) { in ppc_rtas_errinjct_write()
1018 count = token_len + WORKSPACE_SIZE; in ppc_rtas_errinjct_write()
1026 if ((count - token_len) > WORKSPACE_SIZE) { in ppc_rtas_errinjct_write()
1027 max_len = WORKSPACE_SIZE; in ppc_rtas_errinjct_write()