zephyr/arch/x86
Piotr Mienkowski 17b08ceca5 power: clean up system power managment function names
This commit cleans up names of system power management functions by
assuring that:
- all functions start with 'sys_pm_' prefix
- API functions which should not be exposed to the user start with '_'
- name of the function hints at its purpose

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2019-03-26 13:27:55 -04:00
..
core power: clean up system power managment function names 2019-03-26 13:27:55 -04:00
include x86: implement eager FP save/restore 2019-03-11 20:36:55 -07:00
CMakeLists.txt x86: gen_mmu_x86.py: simplify usage 2019-02-25 13:15:37 -08:00
Kconfig arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
gen_gdt.py x86: gen_gdt.py: expand doctsring 2019-02-25 13:15:37 -08:00
gen_idt.py x86: gen_idt.py: add docstring 2019-02-25 13:15:37 -08:00
gen_mmu_x86.py scripts: Remove unnecessary () around if/while conditions in Python 2019-03-26 07:59:59 -05:00