/src/sys/arch/evbmips/stand/sbmips/common/ |
bootxx.c | 88 cfe_init(fwhandle,fwentry);
|
cfe_api.h | 174 #define cfe_init(a,b) __cfe_init(a,b) macro 197 int cfe_init(uint64_t handle,uint64_t ept);
|
boot.c | 86 cfe_init(fwhandle,fwentry);
|
cfe_api.c | 76 cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) function in typeref:typename:int
|
/src/sys/arch/sbmips/stand/common/ |
bootxx.c | 88 cfe_init(fwhandle,fwentry);
|
cfe_api.h | 174 #define cfe_init(a,b) __cfe_init(a,b) macro 197 int cfe_init(uint64_t handle,uint64_t ept);
|
boot.c | 86 cfe_init(fwhandle,fwentry);
|
cfe_api.c | 76 cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) function in typeref:typename:int
|
/src/sys/arch/mips/cfe/ |
cfe_api.h | 162 #define cfe_init(a,b) __cfe_init(a,b) macro 185 int cfe_init(uint64_t handle,uint64_t ept);
|
cfe_api.c | 79 cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) function in typeref:typename:int
|
/src/sys/arch/evbmips/sbmips/ |
machdep.c | 231 cfe_init(CFE_TO_KERNEL_PTR(bootinfo.fwhandle),
|
/src/sys/arch/sbmips/sbmips/ |
machdep.c | 217 cfe_init(bootinfo.fwhandle, bootinfo.fwentry);
|