- Timestamp:
- 2006-06-13T14:26:44Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3222efd
- Parents:
- 279952c
- Location:
- arch/ia64
- Files:
-
- 44 edited
-
include/arch.h (modified) (2 diffs)
-
include/arg.h (modified) (2 diffs)
-
include/asm.h (modified) (2 diffs)
-
include/atomic.h (modified) (2 diffs)
-
include/barrier.h (modified) (2 diffs)
-
include/byteorder.h (modified) (2 diffs)
-
include/context.h (modified) (2 diffs)
-
include/cpu.h (modified) (2 diffs)
-
include/debug.h (modified) (1 diff)
-
include/drivers/it.h (modified) (2 diffs)
-
include/elf.h (modified) (2 diffs)
-
include/faddr.h (modified) (2 diffs)
-
include/fpu_context.h (modified) (2 diffs)
-
include/interrupt.h (modified) (2 diffs)
-
include/memstr.h (modified) (2 diffs)
-
include/mm/as.h (modified) (2 diffs)
-
include/mm/asid.h (modified) (2 diffs)
-
include/mm/frame.h (modified) (2 diffs)
-
include/mm/memory_init.h (modified) (2 diffs)
-
include/mm/page.h (modified) (2 diffs)
-
include/mm/tlb.h (modified) (2 diffs)
-
include/mm/vhpt.h (modified) (2 diffs)
-
include/pal/pal.h (modified) (2 diffs)
-
include/proc/task.h (modified) (2 diffs)
-
include/proc/thread.h (modified) (2 diffs)
-
include/register.h (modified) (2 diffs)
-
include/ski/ski.h (modified) (2 diffs)
-
include/smp/atomic.h (modified) (1 diff)
-
include/stack.h (modified) (2 diffs)
-
include/types.h (modified) (2 diffs)
-
src/cpu/cpu.c (modified) (2 diffs)
-
src/ddi/ddi.c (modified) (2 diffs)
-
src/drivers/it.c (modified) (2 diffs)
-
src/fpu_context.c (modified) (2 diffs)
-
src/ia64.c (modified) (2 diffs)
-
src/interrupt.c (modified) (2 diffs)
-
src/mm/as.c (modified) (2 diffs)
-
src/mm/frame.c (modified) (2 diffs)
-
src/mm/page.c (modified) (2 diffs)
-
src/mm/tlb.c (modified) (2 diffs)
-
src/mm/vhpt.c (modified) (2 diffs)
-
src/proc/scheduler.c (modified) (2 diffs)
-
src/putchar.c (modified) (2 diffs)
-
src/ski/ski.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia64/include/arch.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_ARCH_H__ 30 36 #define __ia64_ARCH_H__ … … 35 41 36 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia64/include/arg.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_ARG_H__ 30 36 #define __ia64_ARG_H__ … … 33 39 34 40 #endif 41 42 /** @} 43 */ 44 -
arch/ia64/include/asm.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_ASM_H__ 30 36 #define __ia64_ASM_H__ … … 275 281 276 282 #endif 283 284 /** @} 285 */ 286 -
arch/ia64/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 ia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 56 62 57 63 #endif 64 65 /** @} 66 */ 67 -
arch/ia64/include/barrier.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_BARRIER_H__ 30 36 #define __ia64_BARRIER_H__ … … 44 50 45 51 #endif 52 53 /** @} 54 */ 55 -
arch/ia64/include/byteorder.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_BYTEORDER_H__ 30 36 #define __ia64_BYTEORDER_H__ … … 35 41 36 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia64/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 ia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 126 132 127 133 #endif 134 135 /** @} 136 */ 137 -
arch/ia64/include/cpu.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 ia64cpu 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 59 65 60 66 #endif 67 68 /** @} 69 */ 70 -
arch/ia64/include/debug.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64debug ia64 30 * @ingroup debug 31 * @{ 32 */ 33 /** @file 34 */ 35 29 36 #ifndef __ia64_DEBUG_H__ 30 37 #define __ia64_DEBUG_H__ 31 38 32 39 #endif 40 41 /** @} 42 */ 43 -
arch/ia64/include/drivers/it.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_IT_H__ 30 36 #define __ia64_IT_H__ … … 42 48 43 49 #endif 50 51 /** @} 52 */ 53 -
arch/ia64/include/elf.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_ELF_H__ 30 36 #define __ia64_ELF_H__ … … 35 41 36 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia64/include/faddr.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_FADDR_H__ 30 36 #define __ia64_FADDR_H__ … … 43 49 44 50 #endif 51 52 /** @} 53 */ 54 -
arch/ia64/include/fpu_context.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_FPU_CONTEXT_H__ 30 36 #define __ia64_FPU_CONTEXT_H__ … … 43 49 44 50 #endif 51 52 /** @} 53 */ 54 -
arch/ia64/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 ia64interrupt 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 137 143 138 144 #endif 145 146 /** @} 147 */ 148 -
arch/ia64/include/memstr.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_MEMSTR_H__ 30 36 #define __ia64_MEMSTR_H__ … … 38 44 39 45 #endif 46 47 /** @} 48 */ 49 -
arch/ia64/include/mm/as.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64mm 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_AS_H__ 30 36 #define __ia64_AS_H__ … … 42 48 43 49 #endif 50 51 /** @} 52 */ 53 -
arch/ia64/include/mm/asid.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 ia64mm 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 56 62 57 63 #endif 64 65 /** @} 66 */ 67 -
arch/ia64/include/mm/frame.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64mm 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_FRAME_H__ 30 36 #define __ia64_FRAME_H__ … … 44 50 45 51 #endif 52 53 /** @} 54 */ 55 -
arch/ia64/include/mm/memory_init.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64mm 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_MEMORY_INIT_H__ 30 36 #define __ia64_MEMORY_INIT_H__ … … 35 41 36 42 #endif 43 44 /** @} 45 */ 46 -
arch/ia64/include/mm/page.h
r279952c rb45c443 26 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 27 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 */ 29 30 /** @addtogroup ia64mm 31 * @{ 32 */ 33 /** @file 28 34 */ 29 35 … … 273 279 274 280 #endif 281 282 /** @} 283 */ 284 -
arch/ia64/include/mm/tlb.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 ia64mm 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 94 100 95 101 #endif 102 103 /** @} 104 */ 105 -
arch/ia64/include/mm/vhpt.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 ia64mm 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 53 59 #endif 54 60 61 62 /** @} 63 */ 64 -
arch/ia64/include/pal/pal.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 ia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 100 106 101 107 #endif 108 109 /** @} 110 */ 111 -
arch/ia64/include/proc/task.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64proc 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_TASK_H__ 30 36 #define __ia64_TASK_H__ … … 37 43 38 44 #endif 45 46 /** @} 47 */ 48 -
arch/ia64/include/proc/thread.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64proc 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_THREAD_H__ 30 36 #define __ia64_THREAD_H__ … … 36 42 37 43 #endif 44 45 /** @} 46 */ 47 -
arch/ia64/include/register.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 ia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 268 274 269 275 #endif 276 277 /** @} 278 */ 279 -
arch/ia64/include/ski/ski.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __SKI_H__ 30 36 #define __SKI_H__ … … 45 51 46 52 #endif 53 54 /** @} 55 */ 56 -
arch/ia64/include/smp/atomic.h
r279952c rb45c443 1 2 /** @} 3 */ 4 -
arch/ia64/include/stack.h
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #ifndef __ia64_STACK_H__ 30 36 #define __ia64_STACK_H__ … … 36 42 37 43 #endif 44 45 /** @} 46 */ 47 -
arch/ia64/include/types.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 ia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 61 67 62 68 #endif 69 70 /** @} 71 */ 72 -
arch/ia64/src/cpu/cpu.c
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 ia64cpu ia64 30 * @ingroup cpu 31 * @{ 32 */ 33 /** @file 27 34 */ 28 35 … … 66 73 printf("cpu%d: %s (%s), archrev=%d, model=%d, revision=%d\n", CPU->id, family_str, vendor, CPU->arch.cpuid3.archrev, CPU->arch.cpuid3.model, CPU->arch.cpuid3.revision); 67 74 } 75 76 /** @} 77 */ 78 -
arch/ia64/src/ddi/ddi.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64ddi ia64 30 * @ingroup ddi 31 * @{ 32 */ 33 /** @file 34 */ 35 29 36 #include <ddi/ddi.h> 30 37 #include <proc/task.h> … … 46 53 return 0; 47 54 } 55 56 /** @} 57 */ 58 -
arch/ia64/src/drivers/it.c
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 ia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 95 101 poll_keyboard(); 96 102 } 103 104 /** @} 105 */ 106 -
arch/ia64/src/fpu_context.c
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 ia64 30 * @{ 31 */ 32 /** @file 27 33 * 28 34 */ … … 474 480 } 475 481 482 483 /** @} 484 */ 485 -
arch/ia64/src/ia64.c
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 ia64 30 * @ingroup others 31 * @{ 32 */ 33 /** @file 27 34 */ 28 35 … … 146 153 kbd_uspace=kbd_release; 147 154 } 155 156 /** @} 157 */ 158 -
arch/ia64/src/interrupt.c
r279952c rb45c443 26 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 27 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 */ 29 30 /** @addtogroup ia64interrupt ia64 31 * @ingroup interrupt 32 * @{ 33 */ 34 /** @file 28 35 * 29 36 */ … … 273 280 /* TODO */ 274 281 } 282 283 /** @} 284 */ 285 -
arch/ia64/src/mm/as.c
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 ia64mm ia64 30 * @ingroup mm 31 * @{ 32 */ 33 /** @file 34 * @ingroup ia64 27 35 */ 28 36 … … 79 87 interrupts_restore(ipl); 80 88 } 89 90 /** @} 91 */ 92 -
arch/ia64/src/mm/frame.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64mm 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include <arch/mm/frame.h> 30 36 #include <mm/frame.h> … … 48 54 frame_mark_unavailable(ADDR2PFN(ROM_BASE), ROM_SIZE >> FRAME_WIDTH); 49 55 } 56 57 /** @} 58 */ 59 -
arch/ia64/src/mm/page.c
r279952c rb45c443 26 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 27 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 */ 29 30 /** @addtogroup ia64mm 31 * @{ 32 */ 33 /** @file 28 34 */ 29 35 … … 257 263 v->present.tag.tag_word = tag; 258 264 } 265 266 /** @} 267 */ 268 -
arch/ia64/src/mm/tlb.c
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 ia64mm 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 679 685 } 680 686 } 687 688 /** @} 689 */ 690 -
arch/ia64/src/mm/vhpt.c
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 ia64mm 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 87 93 88 94 95 96 /** @} 97 */ 98 -
arch/ia64/src/proc/scheduler.c
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 ia64proc ia64 30 * @ingroup proc 31 * @{ 32 */ 33 /** @file 27 34 */ 28 35 … … 82 89 { 83 90 } 91 92 /** @} 93 */ 94 -
arch/ia64/src/putchar.c
r279952c rb45c443 27 27 */ 28 28 29 /** @addtogroup ia64 30 * @{ 31 */ 32 /** @file 33 */ 34 29 35 #include <putchar.h> 30 36 #include <arch/ski/ski.h> … … 34 40 ski_write(ch); 35 41 } 42 43 /** @} 44 */ 45 -
arch/ia64/src/ski/ski.c
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 ia64 30 * @{ 31 */ 32 /** @file 27 33 */ 28 34 … … 194 200 sysinfo_set_item_val("kbd.irq",NULL,IRQ_KBD); 195 201 } 202 203 /** @} 204 */ 205
Note:
See TracChangeset
for help on using the changeset viewer.
