rename message.m5_c[12] to m5_s[12]
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
* m_type: SYS_VIRCOPY, SYS_PHYSCOPY
|
||||
*
|
||||
* The parameters for this kernel call are:
|
||||
* m5_c1: CP_SRC_SPACE source virtual segment
|
||||
* m5_s1: CP_SRC_SPACE source virtual segment
|
||||
* m5_l1: CP_SRC_ADDR source offset within segment
|
||||
* m5_i1: CP_SRC_ENDPT source process number
|
||||
* m5_c2: CP_DST_SPACE destination virtual segment
|
||||
* m5_s2: CP_DST_SPACE destination virtual segment
|
||||
* m5_l2: CP_DST_ADDR destination offset within segment
|
||||
* m5_i2: CP_DST_ENDPT destination process number
|
||||
* m5_l3: CP_NR_BYTES number of bytes to copy
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
* m_type: SYS_IRQCTL
|
||||
*
|
||||
* The parameters for this kernel call are:
|
||||
* m5_c1: IRQ_REQUEST (control operation to perform)
|
||||
* m5_c2: IRQ_VECTOR (irq line that must be controlled)
|
||||
* m5_s1: IRQ_REQUEST (control operation to perform)
|
||||
* m5_s2: IRQ_VECTOR (irq line that must be controlled)
|
||||
* m5_i1: IRQ_POLICY (irq policy allows reenabling interrupts)
|
||||
* m5_l3: IRQ_HOOK_ID (provides index to be returned on interrupt)
|
||||
* ,, ,, (returns index of irq hook assigned at kernel)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* The parameters for this kernel call are:
|
||||
* m5_i1: CP_SRC_PROC_NR (process number)
|
||||
* m5_c1: CP_SRC_SPACE (segment where address is: T, D, or S)
|
||||
* m5_s1: CP_SRC_SPACE (segment where address is: T, D, or S)
|
||||
* m5_l1: CP_SRC_ADDR (virtual address)
|
||||
* m5_l2: CP_DST_ADDR (returns physical address)
|
||||
* m5_l3: CP_NR_BYTES (size of datastructure)
|
||||
|
||||
Reference in New Issue
Block a user