aboutsummaryrefslogtreecommitdiff
path: root/src/stacks.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24stacks.h: Provide replacement for thread functions when !CONFIG_THREADSHelge Deller1-2/+15
2015-10-15stacks: Use macro wrappers for call32() and stack_hop_back()Kevin O'Connor1-5/+20
2015-07-14Don't enable interrupts prior to IVT and PIC setupKevin O'Connor1-1/+1
2014-10-15Implement call32 mechanism using SMIs.Kevin O'Connor1-0/+5
2014-10-11Simplify farcall16 codeKevin O'Connor1-3/+3
2014-09-30Update stack_hop_back() to jump to 16bit mode if called in 32bit mode.Kevin O'Connor1-1/+1
2014-09-30Add need_hop_back() call that determines if stack_hop_back is neededKevin O'Connor1-0/+10
2014-09-30Move stack hop code below call32/call16 code in stacks.cKevin O'Connor1-1/+1
2014-06-06Abstract reset call (and possible 16bit mode switch) into reset() function.Kevin O'Connor1-0/+1
2014-04-07Replace CONFIG_THREAD_OPTIONROMS with a runtime config setting.Kevin O'Connor1-0/+2
2014-01-29Add call32_params() helper function.Kevin O'Connor1-0/+1
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+34