Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 27 and Version 28 of GSoC/2013/ParavirtualizationOfRTEMS


Ignore:
Timestamp:
05/04/13 16:15:48 (11 years ago)
Author:
Phipse
Comment:

/* libcpu/score split */ list of privileged functions in score/cpu/i386

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2013/ParavirtualizationOfRTEMS

    v27 v28  
    145145
    146146The only change to the RTEMS configuration scripts, will be additional names for the ''--enable-rtemsbsp='' option.
    147 
     147== = Questionable parts  ===
     148
     149All files are below /cpukit/score/cpu/i386/.
     150This lists the name, the file its in and the instruction(s):
     151{| class="wikitable" border="1"
     152|-
     153! Name
     154! File
     155! Instruction
     156! Description
     157|-
     158| _CPU_ISR_Set_level
     159| rtems/score/cpu.h
     160| cli, sti
     161|
     162|-
     163| _CPU_Fatal_halt
     164| rtems/score/cpu.h
     165| hlt
     166|
     167|-
     168| _CPU_Thread_Idle_body
     169| cpu.c
     170| hlt
     171|
     172|-
     173| CPU_EFLAGS_INTERRUPTS_ON/_OFF
     174| rtems/score/cpu.h
     175|
     176|
     177|-
     178| interrupt.h
     179| rtems/score/interrupt.h
     180|
     181| Critical.
     182|}
    148183==  Collective directory ''virt''  ==
    149184