Changeset b45c443 in mainline for arch/ia32/include
- Timestamp:
- 2006-06-13T14:26:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3222efd
- Parents:
- 279952c
- Location:
- arch/ia32/include
- Files:
-
- 38 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/arch.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_ARCH_H__ 30 36 #define __ia32_ARCH_H__ 31 37 32 38 #endif 39 40 /** @} 41 */ 42 -
arch/ia32/include/arg.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_ARG_H__ 30 36 #define __ia32_ARG_H__ … … 33 39 34 40 #endif 41 42 /** @} 43 */ 44 -
arch/ia32/include/asm.h
r279952c rb45c443 28 28 */ 29 29 30 /** @addtogroup ia32 31 * @{ 32 */ 33 /** @file 34 */ 35 30 36 #ifndef __ia32_ASM_H__ 31 37 #define __ia32_ASM_H__ … … 290 296 291 297 #endif 298 299 /** @} 300 */ 301 -
arch/ia32/include/atomic.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 118 124 119 125 #endif 126 127 /** @} 128 */ 129 -
arch/ia32/include/barrier.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 80 86 81 87 #endif 88 89 /** @} 90 */ 91 -
arch/ia32/include/bios/bios.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __BIOS_H__ 30 36 #define __BIOS_H__ … … 39 45 40 46 #endif /* __BIOS_H__ */ 47 48 /** @} 49 */ 50 -
arch/ia32/include/boot/boot.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_BOOT_H__ 30 36 #define __ia32_BOOT_H__ … … 40 46 41 47 #endif 48 49 /** @} 50 */ 51 -
arch/ia32/include/boot/memmap.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 67 73 68 74 #endif 75 76 /** @} 77 */ 78 -
arch/ia32/include/byteorder.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_BYTEORDER_H__ 30 36 #define __ia32_BYTEORDER_H__ … … 35 41 36 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia32/include/context.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 57 63 58 64 #endif 65 66 /** @} 67 */ 68 -
arch/ia32/include/cpu.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32cpu 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_CPU_H__ 30 36 #define __ia32_CPU_H__ … … 51 57 52 58 #endif 59 60 /** @} 61 */ 62 -
arch/ia32/include/cpuid.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32cpu 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 109 115 110 116 #endif 117 118 /** @} 119 */ 120 -
arch/ia32/include/ddi/ddi.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32ddi 30 * @{ 31 */ 29 32 /** 30 * @file ddi.h33 * @file 31 34 * @brief ia32 specific DDI declarations and macros. 32 35 */ … … 38 41 39 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia32/include/debug.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup amd64debug 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_DEBUG_H__ 30 36 #define __ia32_DEBUG_H__ … … 35 41 36 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia32/include/drivers/ega.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __EGA_H__ 30 36 #define __EGA_H__ … … 38 44 39 45 #endif 46 47 /** @} 48 */ 49 -
arch/ia32/include/drivers/i8042.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 61 67 62 68 #endif 69 70 /** @} 71 */ 72 -
arch/ia32/include/drivers/i8254.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __I8254_H__ 30 36 #define __I8254_H__ … … 37 43 38 44 #endif 45 46 /** @} 47 */ 48 -
arch/ia32/include/drivers/i8259.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __I8259_H__ 30 36 #define __I8259_H__ … … 47 53 48 54 #endif 55 56 /** @} 57 */ 58 -
arch/ia32/include/drivers/vesa.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __VESA_H__ 30 36 #define __VESA_H__ … … 34 40 35 41 #endif 42 43 /** @} 44 */ 45 -
arch/ia32/include/elf.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_ELF_H__ 30 36 #define __ia32_ELF_H__ … … 35 41 36 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia32/include/faddr.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_FADDR_H__ 30 36 #define __ia32_FADDR_H__ … … 35 41 36 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia32/include/fpu_context.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_FPU_CONTEXT_H__ 30 36 #define __ia32_FPU_CONTEXT_H__ … … 45 51 46 52 #endif 53 54 /** @} 55 */ 56 -
arch/ia32/include/interrupt.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32interrupt 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 118 124 119 125 #endif 126 127 /** @} 128 */ 129 -
arch/ia32/include/memstr.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 141 147 142 148 #endif 149 150 /** @} 151 */ 152 -
arch/ia32/include/mm/as.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32mm 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_AS_H__ 30 36 #define __ia32_AS_H__ … … 44 50 45 51 #endif 52 53 /** @} 54 */ 55 -
arch/ia32/include/mm/asid.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32mm 30 * @{ 31 */ 32 /** @file 33 * @ingroup ia32mm, amd64mm 34 */ 35 29 36 /* 30 37 * ia32 has no hardware support for address space identifiers. … … 44 51 45 52 #endif 53 54 /** @} 55 */ 56 -
arch/ia32/include/mm/frame.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32mm 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_FRAME_H__ 30 36 #define __ia32_FRAME_H__ … … 47 53 48 54 #endif 55 56 /** @} 57 */ 58 -
arch/ia32/include/mm/memory_init.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32mm 30 * @{ 31 */ 32 /** @file 33 * @ingroup ia32mm, am64mm 34 */ 35 29 36 #ifndef __ia32_MEMORY_INIT_H__ 30 37 #define __ia32_MEMORY_INIT_H__ … … 37 44 38 45 #endif 46 47 /** @} 48 */ 49 -
arch/ia32/include/mm/page.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32mm 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 162 168 163 169 #endif 170 171 /** @} 172 */ 173 -
arch/ia32/include/mm/tlb.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32mm 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_TLB_H__ 30 36 #define __ia32_TLB_H__ … … 34 40 35 41 #endif 42 43 /** @} 44 */ 45 -
arch/ia32/include/pm.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 172 178 173 179 #endif 180 181 /** @} 182 */ 183 -
arch/ia32/include/proc/task.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32proc 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_TASK_H__ 30 36 #define __ia32_TASK_H__ … … 40 46 41 47 #endif 48 49 /** @} 50 */ 51 -
arch/ia32/include/proc/thread.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32proc 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_THREAD_H__ 30 36 #define __ia32_THREAD_H__ … … 37 43 38 44 #endif 45 46 /** @} 47 */ 48 -
arch/ia32/include/smp/ap.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __AP_H__ 30 36 #define __AP_H__ … … 33 39 34 40 #endif 41 42 /** @} 43 */ 44 -
arch/ia32/include/smp/apic.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 360 366 361 367 #endif 368 369 /** @} 370 */ 371 -
arch/ia32/include/smp/mps.h
r279952c rb45c443 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 124 130 125 131 #endif 132 133 /** @} 134 */ 135 -
arch/ia32/include/smp/smp.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia32_SMP_H__ 30 36 #define __ia32_SMP_H__ … … 45 51 46 52 #endif 53 54 /** @} 55 */ 56 -
arch/ia32/include/types.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia32 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __TYPES_H__ 30 36 #define __TYPES_H__ … … 53 59 54 60 #endif 61 62 /** @} 63 */ 64
Note:
See TracChangeset
for help on using the changeset viewer.