Home
last modified time | relevance | path

Searched refs:BARG_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dbootstr_64.c18 /* We limit BARG_LEN to 1024 because this is the size of the
21 #define BARG_LEN 1024 macro
25 char bootstr_buf[BARG_LEN];
27 .bootstr_len = BARG_LEN,
41 bootstr_info.bootstr_buf, BARG_LEN); in prom_getbootargs()
H A Dbootstr_32.c12 #define BARG_LEN 256 macro
13 static char barg_buf[BARG_LEN] = { 0 };
37 if (cp >= barg_buf + BARG_LEN - 2) in prom_getbootargs()
43 if (cp >= barg_buf + BARG_LEN - 1) in prom_getbootargs()
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dbootstr_64.c18 /* We limit BARG_LEN to 1024 because this is the size of the
21 #define BARG_LEN 1024 macro
25 char bootstr_buf[BARG_LEN];
27 .bootstr_len = BARG_LEN,
41 bootstr_info.bootstr_buf, BARG_LEN); in prom_getbootargs()
H A Dbootstr_32.c12 #define BARG_LEN 256 macro
13 static char barg_buf[BARG_LEN] = { 0 };
37 if (cp >= barg_buf + BARG_LEN - 2) in prom_getbootargs()
43 if (cp >= barg_buf + BARG_LEN - 1) in prom_getbootargs()

Completed in 2 milliseconds