HomeSort by: relevance | last modified time | path
    Searched refs:cfe_enummem (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/evbmips/stand/sbmips/common/
cfe_api.h 167 #define cfe_enummem(a,b,c,d,e) __cfe_enummem(a,b,c,d,e) macro
189 int cfe_enummem(int idx, int flags, uint64_t *start, uint64_t *length,
cfe_api.c 179 cfe_enummem(int idx, int flags, cfe_xuint_t *start, cfe_xuint_t *length, function in typeref:typename:int
  /src/sys/arch/mips/cfe/
cfe_api.h 155 #define cfe_enummem(a,b,c,d,e) __cfe_enummem(a,b,c,d,e) macro
177 int cfe_enummem(int idx, int flags, uint64_t *start, uint64_t *length,
cfe_api.c 182 cfe_enummem(int idx, int flags, cfe_xuint_t *start, cfe_xuint_t *length, function in typeref:typename:int
  /src/sys/arch/sbmips/stand/common/
cfe_api.h 167 #define cfe_enummem(a,b,c,d,e) __cfe_enummem(a,b,c,d,e) macro
189 int cfe_enummem(int idx, int flags, uint64_t *start, uint64_t *length,
cfe_api.c 179 cfe_enummem(int idx, int flags, cfe_xuint_t *start, cfe_xuint_t *length, function in typeref:typename:int
  /src/sys/arch/evbmips/sbmips/
machdep.c 238 while (cfe_enummem(idx, 0, &start, &len, &type) == 0) {
  /src/sys/arch/sbmips/sbmips/
machdep.c 223 while (cfe_enummem(idx, 0, &start, &len, &type) == 0) {

Completed in 32 milliseconds