Platform Specific Drivers Functions: Difference between revisions
Appearance
No edit summary |
|||
Line 1: | Line 1: | ||
==PSD Functions== | ==PSD API== | ||
For more information visit [[Platform Specific Drivers]]. | |||
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3"> | |||
===PSD Functions=== | |||
* PSD_INSTALL | * PSD_INSTALL | ||
* PSD_DEINSTALL | * PSD_DEINSTALL | ||
Line 20: | Line 20: | ||
* PSD_SET_ADV_INT_MODE | * PSD_SET_ADV_INT_MODE | ||
===PSD Helps=== | |||
==PSD Helps== | |||
* PSDHLP_VMALLOC | * PSDHLP_VMALLOC | ||
* PSDHLP_VMFREE | * PSDHLP_VMFREE | ||
Line 28: | Line 27: | ||
* PSDHLP_VMLINTOPHYS | * PSDHLP_VMLINTOPHYS | ||
==Application Programming Interface== | ===Application Programming Interface=== | ||
* DosCallPSD | * DosCallPSD | ||
* DosTestPSD | * DosTestPSD | ||
* Dos32TestPSD | * Dos32TestPSD | ||
</div> | |||
</ | |||
== External References == | == External References == | ||
* [http://72.167.111.237/wikka/SMPProgrammingAddendum PSD related information from the SMP Programming Addendum] | * [http://72.167.111.237/wikka/SMPProgrammingAddendum PSD related information from the SMP Programming Addendum] | ||
[[Category:The OS/2 API Project]] | [[Category:The OS/2 API Project]] |
Revision as of 00:29, 30 June 2016
PSD API
For more information visit Platform Specific Drivers.
PSD Functions
- PSD_INSTALL
- PSD_DEINSTALL
- PSD_INIT
- PSD_PROC_INIT
- PSD_START_PROC
- PSD_GET_NUM_OF_PROCS
- PSD_GEN_IPI
- PSD_END_IPI
- PSD_PORT_IO
- PSD_IRQ_MASK
- PSD_IRQ_REG
- PSD_IRQ_EOI
- PSD_APP_COMM
- PSD_SET_ADV_INT_MODE
PSD Helps
- PSDHLP_VMALLOC
- PSDHLP_VMFREE
- PSDHLP_SET_IRQ
- PSDHLP_CALL_REAL_MODE
- PSDHLP_VMLINTOPHYS
Application Programming Interface
- DosCallPSD
- DosTestPSD
- Dos32TestPSD