Changeset 57ce359 in mainline for kernel/arch/ia32xen/include
- Timestamp:
- 2006-10-22T18:27:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19dce27
- Parents:
- 2191541
- Location:
- kernel/arch/ia32xen/include
- Files:
-
- 31 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32xen/include/asm.h
r2191541 r57ce359 29 29 */ 30 30 31 /** @addtogroup xen3231 /** @addtogroup ia32xen 32 32 * @{ 33 33 */ … … 35 35 */ 36 36 37 #ifndef KERN_ xen32_ASM_H_38 #define KERN_ xen32_ASM_H_37 #ifndef KERN_ia32xen_ASM_H_ 38 #define KERN_ia32xen_ASM_H_ 39 39 40 40 #include <arch/pm.h> -
kernel/arch/ia32xen/include/boot/boot.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen3229 /** @addtogroup ia32xen 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ xen32_BOOT_H_36 #define KERN_ xen32_BOOT_H_35 #ifndef KERN_ia32xen_BOOT_H_ 36 #define KERN_ia32xen_BOOT_H_ 37 37 38 38 #define GUEST_CMDLINE 1024 39 #define VIRT_CPUS 39 #define VIRT_CPUS 32 40 40 #define START_INFO_SIZE 1104 41 41 -
kernel/arch/ia32xen/include/drivers/xconsole.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen3229 /** @addtogroup ia32xen 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ xen32_XCONSOLE_H_36 #define KERN_ xen32_XCONSOLE_H_35 #ifndef KERN_ia32xen_XCONSOLE_H_ 36 #define KERN_ia32xen_XCONSOLE_H_ 37 37 38 38 #include <arch/types.h> -
kernel/arch/ia32xen/include/hypercall.h
r2191541 r57ce359 27 27 */ 28 28 29 #ifndef KERN_ xen32_HYPERCALL_H_30 #define KERN_ xen32_HYPERCALL_H_29 #ifndef KERN_ia32xen_HYPERCALL_H_ 30 #define KERN_ia32xen_HYPERCALL_H_ 31 31 32 32 #include <arch/types.h> -
kernel/arch/ia32xen/include/mm/as.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32mm29 /** @addtogroup ia32xen_mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ xen32_AS_H_36 #define KERN_ xen32_AS_H_35 #ifndef KERN_ia32xen_AS_H_ 36 #define KERN_ia32xen_AS_H_ 37 37 38 38 #define KERNEL_ADDRESS_SPACE_SHADOWED_ARCH 0 -
kernel/arch/ia32xen/include/mm/asid.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32mm29 /** @addtogroup ia32xen_mm 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @ingroup xen32mm33 * @ingroup ia32xen_mm 34 34 */ 35 35 36 36 /* 37 * xen32has no hardware support for address space identifiers.37 * ia32xen has no hardware support for address space identifiers. 38 38 * This file is provided to do nop-implementation of mm/asid.h 39 39 * interface. 40 40 */ 41 41 42 #ifndef KERN_ xen32_ASID_H_43 #define KERN_ xen32_ASID_H_42 #ifndef KERN_ia32xen_ASID_H_ 43 #define KERN_ia32xen_ASID_H_ 44 44 45 45 typedef int asid_t; -
kernel/arch/ia32xen/include/mm/frame.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32mm29 /** @addtogroup ia32xen_mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ xen32_FRAME_H_36 #define KERN_ xen32_FRAME_H_35 #ifndef KERN_ia32xen_FRAME_H_ 36 #define KERN_ia32xen_FRAME_H_ 37 37 38 38 #define FRAME_WIDTH 12 /* 4K */ -
kernel/arch/ia32xen/include/mm/memory_init.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32mm29 /** @addtogroup ia32xen_mm 30 30 * @{ 31 31 */ 32 32 /** @file 33 * @ingroup xen32mm33 * @ingroup ia32xen_mm 34 34 */ 35 35 36 #ifndef KERN_ xen32_MEMORY_INIT_H_37 #define KERN_ xen32_MEMORY_INIT_H_36 #ifndef KERN_ia32xen_MEMORY_INIT_H_ 37 #define KERN_ia32xen_MEMORY_INIT_H_ 38 38 39 39 #include <typedefs.h> -
kernel/arch/ia32xen/include/mm/page.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32mm29 /** @addtogroup ia32xen_mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ xen32_PAGE_H_36 #define KERN_ xen32_PAGE_H_35 #ifndef KERN_ia32xen_PAGE_H_ 36 #define KERN_ia32xen_PAGE_H_ 37 37 38 38 #include <arch/mm/frame.h> -
kernel/arch/ia32xen/include/mm/tlb.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen32mm29 /** @addtogroup ia32xen_mm 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ xen32_TLB_H_36 #define KERN_ xen32_TLB_H_35 #ifndef KERN_ia32xen_TLB_H_ 36 #define KERN_ia32xen_TLB_H_ 37 37 38 38 #define tlb_arch_init() -
kernel/arch/ia32xen/include/pm.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen3229 /** @addtogroup ia32xen 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ xen32_PM_H_36 #define KERN_ xen32_PM_H_35 #ifndef KERN_ia32xen_PM_H_ 36 #define KERN_ia32xen_PM_H_ 37 37 38 38 #define IDT_ITEMS 64 -
kernel/arch/ia32xen/include/types.h
r2191541 r57ce359 27 27 */ 28 28 29 /** @addtogroup xen3229 /** @addtogroup ia32xen 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ xen32_TYPES_H_36 #define KERN_ xen32_TYPES_H_35 #ifndef KERN_ia32xen_TYPES_H_ 36 #define KERN_ia32xen_TYPES_H_ 37 37 38 38 #define NULL 0
Note:
See TracChangeset
for help on using the changeset viewer.