VIRTUTECH CONFIDENTIAL    Previous - Up - Next

mips

Implemented By
mips-4kc, mips-5kc
Description
This interface is implemented by MIPS processors to provide various functionality that is specific for this class of processors.

There are currently no MIPS-specific functions.

typedef struct mips_interface {
        int dummy;
} mips_interface_t;

#define MIPS_INTERFACE "mips"

Command List
infoprint information about the device
pregs-fpuprint the floating point registers
print-tlbprint TLB contents
statusprint status of the device

Command Descriptions

<mips>.info
Synopsis
<mips>.info
Description
Print detailed information about the configuration of the device.
<mips>.pregs-fpu
Synopsis
<mips>.pregs-fpu
Description
Prints the contents of the floating point registers.
<mips>.print-tlb
Synopsis
<mips>.print-tlb
Description
Prints the contents of the TLB of the processor.
<mips>.status
Synopsis
<mips>.status
Description
Print detailed information about the current status of the device.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next