Searched refs:ARCBIOS (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/arc/stand/boot/
H A Dstart.S102 sw v0, _C_LABEL(ARCBIOS) # save ARCBIOS
103 lw v0, 136(v0) # (*ARCBIOS->FlushAllCache)()
120 .global ARCBIOS
121 ARCBIOS: label
/netbsd-current/sys/arch/sgimips/stand/common/
H A Dstart.S106 PTR_S v0, _C_LABEL(ARCBIOS) # save ARCBIOS
121 .global ARCBIOS
122 ARCBIOS: PTR_WORD 0 label
H A Dstart64.S86 # .extern ARCBIOS, 4
103 sd v0, _C_LABEL(ARCBIOS) # save ARCBIOS
120 .global ARCBIOS
121 ARCBIOS: .data 0 label
/netbsd-current/sys/dev/arcbios/
H A Darcbiosvar.h46 extern const struct arcbios_fv *ARCBIOS;
H A Darcbios.c45 const struct arcbios_fv *ARCBIOS; variable in typeref:struct:arcbios_fv
90 ARCBIOS = (void *)(intptr_t)ARCBIOS_SPB->FirmwareVector;
H A Darcbios_calls.S57 PTR_L t9, _C_LABEL(ARCBIOS)
98 PTR_L t9, _C_LABEL(ARCBIOS)
121 PTR_L t9, _C_LABEL(ARCBIOS); \
/netbsd-current/sys/arch/sgimips/sgimips/
H A Darcemu.c67 * Emulate various ARCBIOS functions on pre-ARCS sgimips
109 * Establish our emulated ARCBIOS vector or return ARCBIOS failure.
124 ARCBIOS = &arcemu_v;
377 * ARCBIOS just walks the entire tree, so we'll represent our

Completed in 272 milliseconds