stores the quotient of the division
int quot
stores the quotient of the division
long int quot
stores the quotient of the division
long long int quot
Holds the amount of references to this data.
udi_index_t refcount
stores the remainder after the division
int rem
stores the remainder after the division
long int rem
stores the remainder after the division
long long int rem
contains the request number for pipelined requests
udi_ubit32_t requestindex
local copy of CR0 with TS set
scheduler_cr0_ts: DD 0
Contains the physical address for the TDT currently using the FPU state
scheduler_curfpu: TIMES 8 DD 0
contains the current threads for each processor in TDT/CR3
scheduler_curtask: TIMES 8 * 2 DD 0
contains the address of a page that is to contain the TDT when mapped into memory
scheduler_fpusolv: TIMES 8 DD 0
current offsets into the task table
scheduler_offset: TIMES 8 DD 0
Points to a page containing not-scheduled (blocked) tasks
scheduler_sleeptask:DD 0
points to the schedule tables for each processor
scheduler_table: TIMES 8 DD 0
contains the amount of ticks generated since system startup
scheduler_ticks: DD 0
Taken for write access on the blocked task list
semBlockedTask: DB 1
Taken for write lock on page tables
semPageTable: DB 1
Taken for write lock on upper range port table
semPortHi: DB 1
Taken for write lock on lower range port table
semPortLo: DB 1
Taken for write access to a scheduler’s list
semScheduler: DB 0xff
taken for read or write access to the task route map
semTaskRoutes: DB 1
amount of bytes referenced by this buffer part
udi_size_t size
the starting block
udi_size_t start
the starting block
udi_size_t start
The location in the current map where this extent starts (inclusive)
StartLocation As Long
contains the name of the host (processor or vm) for each processor
szaHostName: TIMES 8 * 16 DB 0
contains the tag info
udi_buf_tag_t tag
Contains a pointer to the first tag in the list of associated tags as mos_buf_tag_t
mos_buf_tag_t * tags
ticket counter for the task route map
ticTaskRoutes: DW 0
turn counter for the task route map
trnTaskRoutes: DW 0
a function pointer to the unlock function this function may be NULL, but only if copy_op is NULL as well
void ( * unlock_op )(struct mos_buf_impl * buf, const void * pointer)
contains the location where the real mode stub is located
Dim Shared vmstub As Byte Ptr