Home
last modified time | relevance | path

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

/openbsd/sys/arch/octeon/include/
H A Docteonvar.h206 #define OCTEON_ARGV_MAX 64 macro
241 uint32_t argv[OCTEON_ARGV_MAX];
/openbsd/sys/arch/octeon/dev/
H A Doctboot.c283 for (i = 0; i < OCTEON_ARGV_MAX; i++) in octboot_kexec()