zephyr/arch/x86/core
Benjamin Walsh bed144b179 microkernel: rename k_proc to k_task
k_proc was a legacy leftover that does not make any sense, since there
is no concept of a "process" in the system. Rather, that data structure
refers to a 'task control block', i.e. the representation of a task
execution context from the microkernel's point-of-view (not to confuse
with the 'struct ccs', the representation of a thread execution context,
from the nanokernel's point-of-view).

Change-Id: Ic29db565af023be629ce740bbcb652ece7dc359f
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:27 -05:00
..
offsets doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
atomic.S x86: Replace references to BSP with platform 2016-02-05 20:14:43 -05:00
atomic_nolock.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
cache.c x86: Move source files from arch/x86/ to arch/x86/core/ 2016-02-05 20:14:41 -05:00
cache_s.S x86: Move source files from arch/x86/ to arch/x86/core/ 2016-02-05 20:14:41 -05:00
context.c build: INIT_STACKS memset fix. 2016-02-05 20:15:26 -05:00
cpuhalt.S x86: Replace references to BSP with platform 2016-02-05 20:14:43 -05:00
crt0.S x86: Replace references to BSP with platform 2016-02-05 20:14:43 -05:00
driver_static_irq_stubs.S Remove PIC code, but not PIC disabling code 2016-02-05 20:15:20 -05:00
excconnect.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
excstub.S x86: Replace references to BSP with platform 2016-02-05 20:14:43 -05:00
fatal.c x86: Replace references to BSP with platform 2016-02-05 20:14:43 -05:00
float.c irq: do not use _inline versions of irq_lock/unlock 2016-02-05 20:15:21 -05:00
gdt.c doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
intboiexit.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
intconnect.c ffs: rename find_[first|last]_set to find_[lsb|msb]_set 2016-02-05 20:15:25 -05:00
inthndlset.c irq: make utility functions private 2016-02-05 20:15:21 -05:00
intstub.S Fix typo: occured -> occurred 2016-02-05 20:15:21 -05:00
Kconfig x86: Remove superfluous Kconfig dependencies 2016-02-05 20:14:45 -05:00
Makefile ffs: remove non-inline find_[first|last]_set() 2016-02-05 20:15:25 -05:00
msr.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
strtask.c microkernel: rename k_proc to k_task 2016-02-05 20:15:27 -05:00
swap.S Add context switch profile point. 2016-02-05 20:15:20 -05:00
sys_fatal_error_handler.c x86: Replace references to BSP with platform 2016-02-05 20:14:43 -05:00
unaligned.S x86: Replace references to BSP with platform 2016-02-05 20:14:43 -05:00