HelenOS sources

_NO_TRACE         172 common/include/adt/list.h _NO_TRACE static inline void link_initialize(link_t *link)
_NO_TRACE         185 common/include/adt/list.h _NO_TRACE static inline __CONSTEXPR void list_initialize(list_t *list)
_NO_TRACE         221 common/include/adt/list.h _NO_TRACE static inline void list_prepend(link_t *link, list_t *list)
_NO_TRACE         234 common/include/adt/list.h _NO_TRACE static inline void list_append(link_t *link, list_t *list)
_NO_TRACE         247 common/include/adt/list.h _NO_TRACE static inline void list_remove(link_t *link)
_NO_TRACE         264 common/include/adt/list.h _NO_TRACE static inline bool list_empty(const list_t *list)
_NO_TRACE         332 common/include/adt/list.h _NO_TRACE static inline void headless_list_split_or_concat(link_t *part1, link_t *part2)
_NO_TRACE         356 common/include/adt/list.h _NO_TRACE static inline void headless_list_split(link_t *part1, link_t *part2)
_NO_TRACE         371 common/include/adt/list.h _NO_TRACE static inline void headless_list_concat(link_t *part1, link_t *part2)
_NO_TRACE         405 common/include/adt/list.h _NO_TRACE static inline void list_concat(list_t *list1, list_t *list2)
_NO_TRACE          42 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline void asm_delay_loop(uint32_t usec)
_NO_TRACE          46 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline __attribute__((noreturn)) void cpu_halt(void)
_NO_TRACE          59 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline void cpu_sleep(void)
_NO_TRACE          69 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          78 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t val)
_NO_TRACE          90 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t val)
_NO_TRACE         102 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t val)
_NO_TRACE         114 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE         127 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE         140 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE         145 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_enable(void)
_NO_TRACE         157 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_disable(void)
_NO_TRACE         171 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline void interrupts_restore(ipl_t ipl)
_NO_TRACE         179 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_read(void)
_NO_TRACE         189 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
_NO_TRACE         203 kernel/arch/abs32le/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE          40 kernel/arch/abs32le/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          64 kernel/arch/abs32le/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          75 kernel/arch/abs32le/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          84 kernel/arch/abs32le/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          92 kernel/arch/abs32le/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         149 kernel/arch/abs32le/include/arch/mm/page.h _NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
_NO_TRACE         163 kernel/arch/abs32le/include/arch/mm/page.h _NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         182 kernel/arch/abs32le/include/arch/mm/page.h _NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i)
_NO_TRACE          49 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep()
_NO_TRACE          62 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void __attribute__((noreturn)) cpu_halt(void)
_NO_TRACE          71 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          86 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE         110 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE         134 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE         158 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t val)
_NO_TRACE         177 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t val)
_NO_TRACE         196 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t val)
_NO_TRACE         207 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline uint64_t read_rflags(void)
_NO_TRACE         220 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void write_rflags(uint64_t rflags)
_NO_TRACE         236 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_read(void)
_NO_TRACE         248 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_enable(void)
_NO_TRACE         264 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_disable(void)
_NO_TRACE         280 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void interrupts_restore(ipl_t ipl)
_NO_TRACE         290 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
_NO_TRACE         296 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void write_msr(uint32_t msr, uint64_t value)
_NO_TRACE         306 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline sysarg_t read_msr(uint32_t msr)
_NO_TRACE         324 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void invlpg(uintptr_t addr)
_NO_TRACE         337 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void gdtr_load(ptr_16_64_t *gdtr_reg)
_NO_TRACE         350 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void gdtr_store(ptr_16_64_t *gdtr_reg)
_NO_TRACE         363 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void idtr_load(ptr_16_64_t *idtr_reg)
_NO_TRACE         375 kernel/arch/amd64/include/arch/asm.h _NO_TRACE static inline void tr_load(uint16_t sel)
_NO_TRACE         383 kernel/arch/amd64/include/arch/asm.h #define GEN_READ_REG(reg) _NO_TRACE static inline sysarg_t read_ ##reg (void) \
_NO_TRACE         393 kernel/arch/amd64/include/arch/asm.h #define GEN_WRITE_REG(reg) _NO_TRACE static inline void write_ ##reg (sysarg_t regn) \
_NO_TRACE          40 kernel/arch/amd64/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          49 kernel/arch/amd64/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          54 kernel/arch/amd64/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          60 kernel/arch/amd64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          65 kernel/arch/amd64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         203 kernel/arch/amd64/include/arch/mm/page.h _NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
_NO_TRACE         217 kernel/arch/amd64/include/arch/mm/page.h _NO_TRACE static inline void set_pt_addr(pte_t *pt, size_t i, uintptr_t a)
_NO_TRACE         224 kernel/arch/amd64/include/arch/mm/page.h _NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         250 kernel/arch/amd64/include/arch/mm/page.h _NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i)
_NO_TRACE          58 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline void cpu_sleep(void)
_NO_TRACE          71 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE          79 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          86 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t v)
_NO_TRACE          91 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t v)
_NO_TRACE          96 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t v)
_NO_TRACE         101 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE         106 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE         111 kernel/arch/arm32/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE          49 kernel/arch/arm32/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          57 kernel/arch/arm32/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          64 kernel/arch/arm32/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          70 kernel/arch/arm32/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          75 kernel/arch/arm32/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         153 kernel/arch/arm32/include/arch/mm/page.h _NO_TRACE static inline void set_ptl0_addr(pte_t *pt)
_NO_TRACE         166 kernel/arch/arm32/include/arch/mm/page.h _NO_TRACE static inline void set_ptl1_addr(pte_t *pt, size_t i, uintptr_t address)
_NO_TRACE         172 kernel/arch/arm32/include/arch/mm/page.h _NO_TRACE static inline void set_ptl3_addr(pte_t *pt, size_t i, uintptr_t address)
_NO_TRACE         139 kernel/arch/arm32/include/arch/mm/page_armv4.h _NO_TRACE static inline int get_pt_level0_flags(pte_t *pt, size_t i)
_NO_TRACE         155 kernel/arch/arm32/include/arch/mm/page_armv4.h _NO_TRACE static inline int get_pt_level1_flags(pte_t *pt, size_t i)
_NO_TRACE         180 kernel/arch/arm32/include/arch/mm/page_armv4.h _NO_TRACE static inline void set_pt_level0_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         208 kernel/arch/arm32/include/arch/mm/page_armv4.h _NO_TRACE static inline void set_pt_level1_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         238 kernel/arch/arm32/include/arch/mm/page_armv4.h _NO_TRACE static inline void set_pt_level0_present(pte_t *pt, size_t i)
_NO_TRACE         247 kernel/arch/arm32/include/arch/mm/page_armv4.h _NO_TRACE static inline void set_pt_level1_present(pte_t *pt, size_t i)
_NO_TRACE         166 kernel/arch/arm32/include/arch/mm/page_armv6.h _NO_TRACE static inline int get_pt_level0_flags(pte_t *pt, size_t i)
_NO_TRACE         182 kernel/arch/arm32/include/arch/mm/page_armv6.h _NO_TRACE static inline int get_pt_level1_flags(pte_t *pt, size_t i)
_NO_TRACE         208 kernel/arch/arm32/include/arch/mm/page_armv6.h _NO_TRACE static inline void set_pt_level0_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         241 kernel/arch/arm32/include/arch/mm/page_armv6.h _NO_TRACE static inline void set_pt_level1_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         299 kernel/arch/arm32/include/arch/mm/page_armv6.h _NO_TRACE static inline void set_pt_level0_present(pte_t *pt, size_t i)
_NO_TRACE         309 kernel/arch/arm32/include/arch/mm/page_armv6.h _NO_TRACE static inline void set_pt_level1_present(pte_t *pt, size_t i)
_NO_TRACE          51 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline void cpu_sleep(void)
_NO_TRACE          60 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE          69 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline __attribute__((noreturn)) void cpu_halt(void)
_NO_TRACE          75 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          85 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t val)
_NO_TRACE          95 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t val)
_NO_TRACE         105 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t val)
_NO_TRACE         115 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(const ioport8_t *port)
_NO_TRACE         125 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(const ioport16_t *port)
_NO_TRACE         135 kernel/arch/arm64/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(const ioport32_t *port)
_NO_TRACE          47 kernel/arch/arm64/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          56 kernel/arch/arm64/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          63 kernel/arch/arm64/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          70 kernel/arch/arm64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          76 kernel/arch/arm64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         294 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline unsigned int get_pt_level012_flags(pte_t *pt, size_t i)
_NO_TRACE         309 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline unsigned int get_pt_level3_flags(pte_t *pt, size_t i)
_NO_TRACE         333 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline void set_pt_level012_flags(pte_t *pt, size_t i,
_NO_TRACE         348 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline void set_pt_level3_flags(pte_t *pt, size_t i,
_NO_TRACE         385 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i)
_NO_TRACE         396 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline bool get_pt_executable(pte_t *pte)
_NO_TRACE         409 kernel/arch/arm64/include/arch/mm/page.h _NO_TRACE static inline bool get_pt_writable(pte_t *pte)
_NO_TRACE          50 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline __attribute__((noreturn)) void cpu_halt(void)
_NO_TRACE          63 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE          72 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          79 kernel/arch/ia32/include/arch/asm.h #define GEN_READ_REG(reg) _NO_TRACE static inline sysarg_t read_ ##reg (void) \
_NO_TRACE          89 kernel/arch/ia32/include/arch/asm.h #define GEN_WRITE_REG(reg) _NO_TRACE static inline void write_ ##reg (sysarg_t regn) \
_NO_TRACE         128 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t val)
_NO_TRACE         147 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t val)
_NO_TRACE         166 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t val)
_NO_TRACE         185 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE         209 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE         233 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE         249 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline uint32_t read_eflags(void)
_NO_TRACE         262 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void write_eflags(uint32_t eflags)
_NO_TRACE         276 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_read(void)
_NO_TRACE         288 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_enable(void)
_NO_TRACE         304 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_disable(void)
_NO_TRACE         320 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void interrupts_restore(ipl_t ipl)
_NO_TRACE         330 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
_NO_TRACE         338 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void write_msr(uint32_t msr, uint64_t value)
_NO_TRACE         348 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline uint64_t read_msr(uint32_t msr)
_NO_TRACE         369 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void invlpg(uintptr_t addr)
_NO_TRACE         382 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void gdtr_load(ptr_16_32_t *gdtr_reg)
_NO_TRACE         395 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void gdtr_store(ptr_16_32_t *gdtr_reg)
_NO_TRACE         408 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void idtr_load(ptr_16_32_t *idtr_reg)
_NO_TRACE         421 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void tr_load(uint16_t sel)
_NO_TRACE         434 kernel/arch/ia32/include/arch/asm.h _NO_TRACE static inline void gs_load(uint16_t sel)
_NO_TRACE          40 kernel/arch/ia32/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          49 kernel/arch/ia32/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          54 kernel/arch/ia32/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          60 kernel/arch/ia32/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          65 kernel/arch/ia32/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         182 kernel/arch/ia32/include/arch/mm/page.h _NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
_NO_TRACE         196 kernel/arch/ia32/include/arch/mm/page.h _NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         222 kernel/arch/ia32/include/arch/mm/page.h _NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i)
_NO_TRACE          46 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          51 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uintptr_t p2a(volatile void *p)
_NO_TRACE          58 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t v)
_NO_TRACE          72 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t v)
_NO_TRACE          86 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t v)
_NO_TRACE         100 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE         122 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE         144 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE         171 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint64_t psr_read(void)
_NO_TRACE         188 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint64_t iva_read(void)
_NO_TRACE         205 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void iva_write(uint64_t v)
_NO_TRACE         219 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint64_t ivr_read(void)
_NO_TRACE         231 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint64_t cr64_read(void)
_NO_TRACE         248 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void itc_write(uint64_t v)
_NO_TRACE         261 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint64_t itc_read(void)
_NO_TRACE         278 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void itm_write(uint64_t v)
_NO_TRACE         291 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint64_t itm_read(void)
_NO_TRACE         308 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint64_t itv_read(void)
_NO_TRACE         325 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void itv_write(uint64_t v)
_NO_TRACE         338 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void eoi_write(uint64_t v)
_NO_TRACE         351 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline uint64_t tpr_read(void)
_NO_TRACE         368 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void tpr_write(uint64_t v)
_NO_TRACE         384 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static ipl_t interrupts_disable(void)
_NO_TRACE         406 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static ipl_t interrupts_enable(void)
_NO_TRACE         429 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void interrupts_restore(ipl_t ipl)
_NO_TRACE         442 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_read(void)
_NO_TRACE         452 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
_NO_TRACE         458 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void pk_disable(void)
_NO_TRACE         479 kernel/arch/ia64/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE          66 kernel/arch/ia64/include/arch/cpu.h _NO_TRACE static inline uint64_t cpuid_read(int n)
_NO_TRACE          79 kernel/arch/ia64/include/arch/cpu.h _NO_TRACE static inline int ia64_get_cpu_id(void)
_NO_TRACE          85 kernel/arch/ia64/include/arch/cpu.h _NO_TRACE static inline int ia64_get_cpu_eid(void)
_NO_TRACE          91 kernel/arch/ia64/include/arch/cpu.h _NO_TRACE static inline void ipi_send_ipi(int id, int eid, int intno)
_NO_TRACE          40 kernel/arch/ia64/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          52 kernel/arch/ia64/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          59 kernel/arch/ia64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          64 kernel/arch/ia64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          71 kernel/arch/ia64/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE         194 kernel/arch/ia64/include/arch/mm/page.h _NO_TRACE static inline uint64_t thash(uint64_t va)
_NO_TRACE         216 kernel/arch/ia64/include/arch/mm/page.h _NO_TRACE static inline uint64_t ttag(uint64_t va)
_NO_TRACE         235 kernel/arch/ia64/include/arch/mm/page.h _NO_TRACE static inline uint64_t rr_read(size_t i)
_NO_TRACE         255 kernel/arch/ia64/include/arch/mm/page.h _NO_TRACE static inline void rr_write(size_t i, uint64_t v)
_NO_TRACE         270 kernel/arch/ia64/include/arch/mm/page.h _NO_TRACE static inline uint64_t pta_read(void)
_NO_TRACE         286 kernel/arch/ia64/include/arch/mm/page.h _NO_TRACE static inline void pta_write(uint64_t v)
_NO_TRACE          42 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline void cpu_sleep(void)
_NO_TRACE          47 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          51 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t v)
_NO_TRACE          56 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t v)
_NO_TRACE          61 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t v)
_NO_TRACE          66 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE          71 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE          76 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE          95 kernel/arch/mips32/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE          42 kernel/arch/mips32/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          52 kernel/arch/mips32/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          59 kernel/arch/mips32/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          64 kernel/arch/mips32/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          69 kernel/arch/mips32/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         165 kernel/arch/mips32/include/arch/mm/page.h _NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
_NO_TRACE         178 kernel/arch/mips32/include/arch/mm/page.h _NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         193 kernel/arch/mips32/include/arch/mm/page.h _NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i)
_NO_TRACE         137 kernel/arch/mips32/include/arch/mm/tlb.h _NO_TRACE static inline void tlbp(void)
_NO_TRACE         146 kernel/arch/mips32/include/arch/mm/tlb.h _NO_TRACE static inline void tlbr(void)
_NO_TRACE         155 kernel/arch/mips32/include/arch/mm/tlb.h _NO_TRACE static inline void tlbwi(void)
_NO_TRACE         164 kernel/arch/mips32/include/arch/mm/tlb.h _NO_TRACE static inline void tlbwr(void)
_NO_TRACE          44 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          48 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline uint32_t msr_read(void)
_NO_TRACE          60 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline void msr_write(uint32_t msr)
_NO_TRACE          69 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline void sr_set(uint32_t flags, asid_t asid, uint32_t sr)
_NO_TRACE          80 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline uint32_t sr_get(uint32_t vaddr)
_NO_TRACE          93 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline uint32_t sdr1_get(void)
_NO_TRACE         113 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_enable(void)
_NO_TRACE         128 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_disable(void)
_NO_TRACE         142 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline void interrupts_restore(ipl_t ipl)
_NO_TRACE         154 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_read(void)
_NO_TRACE         164 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
_NO_TRACE         173 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE         180 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t v)
_NO_TRACE         185 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t v)
_NO_TRACE         190 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t v)
_NO_TRACE         195 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE         200 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE         205 kernel/arch/ppc32/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE          46 kernel/arch/ppc32/include/arch/cpu.h _NO_TRACE static inline void cpu_version(cpu_arch_t *info)
_NO_TRACE          40 kernel/arch/ppc32/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          52 kernel/arch/ppc32/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          63 kernel/arch/ppc32/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          68 kernel/arch/ppc32/include/arch/istate.h _NO_TRACE static inline sysarg_t istate_get_pc(istate_t *istate)
_NO_TRACE          73 kernel/arch/ppc32/include/arch/istate.h _NO_TRACE static inline sysarg_t istate_get_fp(istate_t *istate)
_NO_TRACE          48 kernel/arch/ppc32/include/arch/mm/frame.h _NO_TRACE static inline uint32_t physmem_top(void)
_NO_TRACE         164 kernel/arch/ppc32/include/arch/mm/page.h _NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
_NO_TRACE         177 kernel/arch/ppc32/include/arch/mm/page.h _NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         187 kernel/arch/ppc32/include/arch/mm/page.h _NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i)
_NO_TRACE          44 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          48 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_enable(void)
_NO_TRACE          60 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_disable(void)
_NO_TRACE          72 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline void interrupts_restore(ipl_t ipl)
_NO_TRACE          80 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_read(void)
_NO_TRACE          92 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
_NO_TRACE         101 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE         108 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t v)
_NO_TRACE         113 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t v)
_NO_TRACE         118 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t v)
_NO_TRACE         123 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE         128 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE         133 kernel/arch/riscv64/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE          40 kernel/arch/riscv64/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          46 kernel/arch/riscv64/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          52 kernel/arch/riscv64/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          58 kernel/arch/riscv64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          64 kernel/arch/riscv64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         181 kernel/arch/riscv64/include/arch/mm/page.h _NO_TRACE static inline unsigned int get_pt_flags(pte_t *pt, size_t i)
_NO_TRACE         193 kernel/arch/riscv64/include/arch/mm/page.h _NO_TRACE static inline void set_pt_flags(pte_t *pt, size_t i, int flags)
_NO_TRACE         207 kernel/arch/riscv64/include/arch/mm/page.h _NO_TRACE static inline void set_pt_present(pte_t *pt, size_t i)
_NO_TRACE          46 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void cpu_spin_hint(void)
_NO_TRACE          50 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void pio_write_8(ioport8_t *port, uint8_t v)
_NO_TRACE          56 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void pio_write_16(ioport16_t *port, uint16_t v)
_NO_TRACE          62 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void pio_write_32(ioport32_t *port, uint32_t v)
_NO_TRACE          68 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint8_t pio_read_8(ioport8_t *port)
_NO_TRACE          75 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint16_t pio_read_16(ioport16_t *port)
_NO_TRACE          82 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint32_t pio_read_32(ioport32_t *port)
_NO_TRACE          94 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t pstate_read(void)
_NO_TRACE         111 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void pstate_write(uint64_t v)
_NO_TRACE         125 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t tick_compare_read(void)
_NO_TRACE         142 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void tick_compare_write(uint64_t v)
_NO_TRACE         156 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t stick_compare_read(void)
_NO_TRACE         173 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void stick_compare_write(uint64_t v)
_NO_TRACE         187 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t tick_read(void)
_NO_TRACE         204 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void tick_write(uint64_t v)
_NO_TRACE         218 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t fprs_read(void)
_NO_TRACE         235 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void fprs_write(uint64_t v)
_NO_TRACE         249 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t softint_read(void)
_NO_TRACE         266 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void softint_write(uint64_t v)
_NO_TRACE         282 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void clear_softint_write(uint64_t v)
_NO_TRACE         298 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void set_softint_write(uint64_t v)
_NO_TRACE         315 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_enable(void)
_NO_TRACE         335 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_disable(void)
_NO_TRACE         354 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void interrupts_restore(ipl_t ipl)
_NO_TRACE         370 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline ipl_t interrupts_read(void)
_NO_TRACE         380 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline bool interrupts_disabled(void)
_NO_TRACE         393 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t ver_read(void)
_NO_TRACE         410 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t tpc_read(void)
_NO_TRACE         427 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t tl_read(void)
_NO_TRACE         444 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t tba_read(void)
_NO_TRACE         461 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void tba_write(uint64_t v)
_NO_TRACE         479 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline uint64_t asi_u64_read(asi_t asi, uintptr_t va)
_NO_TRACE         500 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void asi_u64_write(asi_t asi, uintptr_t va, uint64_t v)
_NO_TRACE         512 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void flushw(void)
_NO_TRACE         518 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void nucleus_enter(void)
_NO_TRACE         524 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void nucleus_leave(void)
_NO_TRACE         545 kernel/arch/sparc64/include/arch/asm.h _NO_TRACE static inline void cpu_interruptible_sleep(void)
_NO_TRACE          41 kernel/arch/sparc64/include/arch/barrier.h _NO_TRACE static inline void flush_pipeline(void)
_NO_TRACE          64 kernel/arch/sparc64/include/arch/barrier.h _NO_TRACE static inline void membar(void)
_NO_TRACE          41 kernel/arch/sparc64/include/arch/cycle.h _NO_TRACE static inline uint64_t get_cycle(void)
_NO_TRACE          53 kernel/arch/sparc64/include/arch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          59 kernel/arch/sparc64/include/arch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          64 kernel/arch/sparc64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          69 kernel/arch/sparc64/include/arch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         245 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint16_t tlb_dsmall_size(void)
_NO_TRACE         253 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint16_t tlb_dbig_size(void)
_NO_TRACE         261 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint16_t tlb_ismall_size(void)
_NO_TRACE         269 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint16_t tlb_ibig_size(void)
_NO_TRACE         283 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t mmu_primary_context_read(void)
_NO_TRACE         292 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void mmu_primary_context_write(uint64_t v)
_NO_TRACE         302 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t mmu_secondary_context_read(void)
_NO_TRACE         311 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void mmu_secondary_context_write(uint64_t v)
_NO_TRACE         326 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t itlb_data_access_read(size_t entry)
_NO_TRACE         340 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void itlb_data_access_write(size_t entry, uint64_t value)
_NO_TRACE         357 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t dtlb_data_access_read(size_t entry)
_NO_TRACE         371 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void dtlb_data_access_write(size_t entry, uint64_t value)
_NO_TRACE         387 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t itlb_tag_read_read(size_t entry)
_NO_TRACE         402 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t dtlb_tag_read_read(size_t entry)
_NO_TRACE         421 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t itlb_data_access_read(int tlb, size_t entry)
_NO_TRACE         436 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void itlb_data_access_write(int tlb, size_t entry,
_NO_TRACE         456 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t dtlb_data_access_read(int tlb, size_t entry)
_NO_TRACE         472 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void dtlb_data_access_write(int tlb, size_t entry,
_NO_TRACE         491 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t itlb_tag_read_read(int tlb, size_t entry)
_NO_TRACE         508 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t dtlb_tag_read_read(int tlb, size_t entry)
_NO_TRACE         524 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void itlb_tag_access_write(uint64_t v)
_NO_TRACE         534 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t itlb_tag_access_read(void)
_NO_TRACE         543 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void dtlb_tag_access_write(uint64_t v)
_NO_TRACE         553 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t dtlb_tag_access_read(void)
_NO_TRACE         562 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void itlb_data_in_write(uint64_t v)
_NO_TRACE         572 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void dtlb_data_in_write(uint64_t v)
_NO_TRACE         582 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t itlb_sfsr_read(void)
_NO_TRACE         591 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void itlb_sfsr_write(uint64_t v)
_NO_TRACE         601 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t dtlb_sfsr_read(void)
_NO_TRACE         610 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void dtlb_sfsr_write(uint64_t v)
_NO_TRACE         620 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline uint64_t dtlb_sfar_read(void)
_NO_TRACE         633 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void itlb_demap(int type, int context_encoding, uintptr_t page)
_NO_TRACE         659 kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h _NO_TRACE static inline void dtlb_demap(int type, int context_encoding, uintptr_t page)
_NO_TRACE          90 kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h _NO_TRACE static inline uint64_t mmu_primary_context_read(void)
_NO_TRACE          99 kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h _NO_TRACE static inline void mmu_primary_context_write(uint64_t v)
_NO_TRACE         108 kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h _NO_TRACE static inline uint64_t mmu_secondary_context_read(void)
_NO_TRACE         117 kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h _NO_TRACE static inline void mmu_secondary_context_write(uint64_t v)
_NO_TRACE         128 kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h _NO_TRACE static inline void mmu_demap_ctx(int context, int mmu_flag)
_NO_TRACE         140 kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h _NO_TRACE static inline void mmu_demap_page(uintptr_t vaddr, int context, int mmu_flag)
_NO_TRACE          45 kernel/arch/sparc64/include/arch/sun4u/asm.h _NO_TRACE static inline uint64_t ver_read(void)
_NO_TRACE          78 kernel/arch/sparc64/include/arch/sun4u/cpu.h _NO_TRACE static inline uint32_t read_mid(void)
_NO_TRACE         172 kernel/generic/common/include/adt/list.h _NO_TRACE static inline void link_initialize(link_t *link)
_NO_TRACE         185 kernel/generic/common/include/adt/list.h _NO_TRACE static inline __CONSTEXPR void list_initialize(list_t *list)
_NO_TRACE         221 kernel/generic/common/include/adt/list.h _NO_TRACE static inline void list_prepend(link_t *link, list_t *list)
_NO_TRACE         234 kernel/generic/common/include/adt/list.h _NO_TRACE static inline void list_append(link_t *link, list_t *list)
_NO_TRACE         247 kernel/generic/common/include/adt/list.h _NO_TRACE static inline void list_remove(link_t *link)
_NO_TRACE         264 kernel/generic/common/include/adt/list.h _NO_TRACE static inline bool list_empty(const list_t *list)
_NO_TRACE         332 kernel/generic/common/include/adt/list.h _NO_TRACE static inline void headless_list_split_or_concat(link_t *part1, link_t *part2)
_NO_TRACE         356 kernel/generic/common/include/adt/list.h _NO_TRACE static inline void headless_list_split(link_t *part1, link_t *part2)
_NO_TRACE         371 kernel/generic/common/include/adt/list.h _NO_TRACE static inline void headless_list_concat(link_t *part1, link_t *part2)
_NO_TRACE         405 kernel/generic/common/include/adt/list.h _NO_TRACE static inline void list_concat(list_t *list1, list_t *list2)
_NO_TRACE          54 kernel/generic/include/bitops.h _NO_TRACE static inline uint8_t fnzb32(uint32_t arg)
_NO_TRACE          89 kernel/generic/include/bitops.h _NO_TRACE static inline uint8_t fnzb64(uint64_t arg)
_NO_TRACE          64 kernel/generic/include/context.h _NO_TRACE __attribute__((noreturn))
_NO_TRACE          78 kernel/generic/include/context.h _NO_TRACE static inline void context_swap(context_t *self, context_t *other)
_NO_TRACE          84 kernel/generic/include/context.h _NO_TRACE static inline void context_create(context_t *context,
_NO_TRACE          51 kernel/generic/include/macros.h _NO_TRACE static inline int overlaps(uint64_t s1, uint64_t sz1, uint64_t s2,
_NO_TRACE          80 kernel/generic/include/macros.h _NO_TRACE static inline int iswithin(uint64_t s1, uint64_t sz1, uint64_t s2,
_NO_TRACE         160 kernel/generic/src/console/kconsole.c _NO_TRACE static void print_cc(char32_t ch, size_t count)
_NO_TRACE         207 kernel/generic/src/console/kconsole.c _NO_TRACE static int cmdtab_compl(char *input, size_t size, indev_t *indev,
_NO_TRACE         294 kernel/generic/src/console/kconsole.c _NO_TRACE static cmd_info_t *parse_cmd(const char32_t *cmdline)
_NO_TRACE         335 kernel/generic/src/console/kconsole.c _NO_TRACE static char32_t *clever_readline(const char *prompt, indev_t *indev,
_NO_TRACE         552 kernel/generic/src/console/kconsole.c _NO_TRACE static bool parse_int_arg(const char *text, size_t len,
_NO_TRACE         641 kernel/generic/src/console/kconsole.c _NO_TRACE static bool parse_argument(const char *cmdline, size_t size,
_NO_TRACE         678 kernel/generic/src/console/kconsole.c _NO_TRACE static cmd_info_t *parse_cmdline(const char *cmdline, size_t size)
_NO_TRACE         136 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t physmem_map(uintptr_t phys, size_t pages,
_NO_TRACE         244 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t physmem_unmap(uintptr_t virt)
_NO_TRACE         329 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t iospace_enable(task_id_t id, uintptr_t ioaddr, size_t size)
_NO_TRACE         366 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t iospace_disable(task_id_t id, uintptr_t ioaddr, size_t size)
_NO_TRACE         422 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t dmamem_map(uintptr_t virt, size_t size, unsigned int map_flags,
_NO_TRACE         431 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t dmamem_map_anonymous(size_t size, uintptr_t constraint,
_NO_TRACE         461 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t dmamem_unmap(uintptr_t virt, size_t size)
_NO_TRACE         467 kernel/generic/src/ddi/ddi.c _NO_TRACE static errno_t dmamem_unmap_anonymous(uintptr_t virt)
_NO_TRACE         110 kernel/generic/src/interrupt/interrupt.c _NO_TRACE void exc_dispatch(unsigned int n, istate_t *istate)
_NO_TRACE         164 kernel/generic/src/interrupt/interrupt.c _NO_TRACE static void exc_undef(unsigned int n, istate_t *istate)
_NO_TRACE         170 kernel/generic/src/interrupt/interrupt.c static _NO_TRACE void
_NO_TRACE         190 kernel/generic/src/interrupt/interrupt.c _NO_TRACE void fault_from_uspace(istate_t *istate, const char *fmt, ...)
_NO_TRACE         202 kernel/generic/src/interrupt/interrupt.c _NO_TRACE void fault_if_from_uspace(istate_t *istate, const char *fmt, ...)
_NO_TRACE         238 kernel/generic/src/interrupt/interrupt.c _NO_TRACE static int cmd_exc_print(cmd_arg_t *argv)
_NO_TRACE         165 kernel/generic/src/main/main.c _NO_TRACE void main_bsp(void)
_NO_TRACE         129 kernel/generic/src/mm/as.c _NO_TRACE static errno_t as_constructor(void *obj, unsigned int flags)
_NO_TRACE         139 kernel/generic/src/mm/as.c _NO_TRACE static size_t as_destructor(void *obj)
_NO_TRACE         283 kernel/generic/src/mm/as.c _NO_TRACE void as_hold(as_t *as)
_NO_TRACE         296 kernel/generic/src/mm/as.c _NO_TRACE void as_release(as_t *as)
_NO_TRACE         342 kernel/generic/src/mm/as.c _NO_TRACE static bool area_is_conflicting(uintptr_t addr,
_NO_TRACE         382 kernel/generic/src/mm/as.c _NO_TRACE static bool check_area_conflicts(as_t *as, uintptr_t addr,
_NO_TRACE         476 kernel/generic/src/mm/as.c _NO_TRACE static uintptr_t as_get_unmapped_area(as_t *as, uintptr_t bound,
_NO_TRACE         582 kernel/generic/src/mm/as.c _NO_TRACE void as_pagemap_initialize(as_pagemap_t *pagemap)
_NO_TRACE         593 kernel/generic/src/mm/as.c _NO_TRACE void as_pagemap_finalize(as_pagemap_t *pagemap)
_NO_TRACE         608 kernel/generic/src/mm/as.c _NO_TRACE as_page_mapping_t *as_pagemap_first(as_pagemap_t *pagemap)
_NO_TRACE         624 kernel/generic/src/mm/as.c _NO_TRACE as_page_mapping_t *as_pagemap_next(as_page_mapping_t *cur)
_NO_TRACE         642 kernel/generic/src/mm/as.c _NO_TRACE errno_t as_pagemap_find(as_pagemap_t *pagemap, uintptr_t vaddr,
_NO_TRACE         665 kernel/generic/src/mm/as.c _NO_TRACE void as_pagemap_insert(as_pagemap_t *pagemap, uintptr_t vaddr,
_NO_TRACE         682 kernel/generic/src/mm/as.c _NO_TRACE void as_pagemap_remove(as_page_mapping_t *mapping)
_NO_TRACE         695 kernel/generic/src/mm/as.c _NO_TRACE static void sh_info_remove_reference(share_info_t *sh_info)
_NO_TRACE         863 kernel/generic/src/mm/as.c _NO_TRACE static as_area_t *find_area_and_lock(as_t *as, uintptr_t va)
_NO_TRACE        1307 kernel/generic/src/mm/as.c _NO_TRACE bool as_area_check_access(as_area_t *area, pf_access_t access)
_NO_TRACE        1330 kernel/generic/src/mm/as.c _NO_TRACE static unsigned int area_flags_to_page_flags(unsigned int aflags)
_NO_TRACE        1705 kernel/generic/src/mm/as.c _NO_TRACE unsigned int as_area_get_flags(as_area_t *area)
_NO_TRACE        1753 kernel/generic/src/mm/as.c _NO_TRACE pte_t *page_table_create(unsigned int flags)
_NO_TRACE        1768 kernel/generic/src/mm/as.c _NO_TRACE void page_table_destroy(pte_t *page_table)
_NO_TRACE        1789 kernel/generic/src/mm/as.c _NO_TRACE void page_table_lock(as_t *as, bool lock)
_NO_TRACE        1803 kernel/generic/src/mm/as.c _NO_TRACE void page_table_unlock(as_t *as, bool unlock)
_NO_TRACE        1818 kernel/generic/src/mm/as.c _NO_TRACE bool page_table_locked(as_t *as)
_NO_TRACE          81 kernel/generic/src/mm/frame.c _NO_TRACE static void frame_initialize(frame_t *frame)
_NO_TRACE         102 kernel/generic/src/mm/frame.c _NO_TRACE static size_t zones_insert_zone(pfn_t base, size_t count,
_NO_TRACE         158 kernel/generic/src/mm/frame.c _NO_TRACE static size_t frame_total_free_get_internal(void)
_NO_TRACE         169 kernel/generic/src/mm/frame.c _NO_TRACE size_t frame_total_free_get(void)
_NO_TRACE         192 kernel/generic/src/mm/frame.c _NO_TRACE size_t find_zone(pfn_t frame, size_t count, size_t hint)
_NO_TRACE         213 kernel/generic/src/mm/frame.c _NO_TRACE static bool zone_can_alloc(zone_t *zone, size_t count,
_NO_TRACE         241 kernel/generic/src/mm/frame.c _NO_TRACE static size_t find_free_zone_all(size_t count, zone_flags_t flags,
_NO_TRACE         267 kernel/generic/src/mm/frame.c _NO_TRACE static bool is_high_priority(pfn_t base, size_t count)
_NO_TRACE         287 kernel/generic/src/mm/frame.c _NO_TRACE static size_t find_free_zone_lowprio(size_t count, zone_flags_t flags,
_NO_TRACE         324 kernel/generic/src/mm/frame.c _NO_TRACE static size_t find_free_zone(size_t count, zone_flags_t flags,
_NO_TRACE         348 kernel/generic/src/mm/frame.c _NO_TRACE static frame_t *zone_get_frame(zone_t *zone, size_t index)
_NO_TRACE         368 kernel/generic/src/mm/frame.c _NO_TRACE static size_t zone_frame_alloc(zone_t *zone, size_t count,
_NO_TRACE         408 kernel/generic/src/mm/frame.c _NO_TRACE static size_t zone_frame_free(zone_t *zone, size_t index)
_NO_TRACE         431 kernel/generic/src/mm/frame.c _NO_TRACE static void zone_mark_unavailable(zone_t *zone, size_t index)
_NO_TRACE         451 kernel/generic/src/mm/frame.c _NO_TRACE static void zone_mark_available(zone_t *zone, size_t index)
_NO_TRACE         475 kernel/generic/src/mm/frame.c _NO_TRACE static void zone_merge_internal(size_t z1, size_t z2, zone_t *old_z1,
_NO_TRACE         539 kernel/generic/src/mm/frame.c _NO_TRACE static void return_config_frames(size_t znum, pfn_t pfn, size_t count)
_NO_TRACE         655 kernel/generic/src/mm/frame.c _NO_TRACE static void zone_construct(zone_t *zone, pfn_t start, size_t count,
_NO_TRACE        1069 kernel/generic/src/mm/frame.c _NO_TRACE void frame_reference_add(pfn_t pfn)
_NO_TRACE        1088 kernel/generic/src/mm/frame.c _NO_TRACE void frame_mark_unavailable(pfn_t start, size_t count)
_NO_TRACE          97 kernel/generic/src/mm/page.c _NO_TRACE void page_mapping_insert(as_t *as, uintptr_t page, uintptr_t frame,
_NO_TRACE         122 kernel/generic/src/mm/page.c _NO_TRACE void page_mapping_remove(as_t *as, uintptr_t page)
_NO_TRACE         146 kernel/generic/src/mm/page.c _NO_TRACE bool page_mapping_find(as_t *as, uintptr_t page, bool nolock,
_NO_TRACE         167 kernel/generic/src/mm/page.c _NO_TRACE void page_mapping_update(as_t *as, uintptr_t page, bool nolock,
_NO_TRACE         160 kernel/generic/src/mm/slab.c _NO_TRACE static slab_t *slab_space_alloc(slab_cache_t *cache,
_NO_TRACE         208 kernel/generic/src/mm/slab.c _NO_TRACE static size_t slab_space_free(slab_cache_t *cache, slab_t *slab)
_NO_TRACE         220 kernel/generic/src/mm/slab.c _NO_TRACE static slab_t *obj2slab(void *obj)
_NO_TRACE         236 kernel/generic/src/mm/slab.c _NO_TRACE static size_t slab_obj_destroy(slab_cache_t *cache, void *obj,
_NO_TRACE         278 kernel/generic/src/mm/slab.c _NO_TRACE static void *slab_obj_create(slab_cache_t *cache, unsigned int flags)
_NO_TRACE         334 kernel/generic/src/mm/slab.c _NO_TRACE static slab_magazine_t *get_mag_from_cache(slab_cache_t *cache,
_NO_TRACE         359 kernel/generic/src/mm/slab.c _NO_TRACE static void put_mag_to_cache(slab_cache_t *cache,
_NO_TRACE         375 kernel/generic/src/mm/slab.c _NO_TRACE static size_t magazine_destroy(slab_cache_t *cache,
_NO_TRACE         394 kernel/generic/src/mm/slab.c _NO_TRACE static slab_magazine_t *get_full_current_mag(slab_cache_t *cache)
_NO_TRACE         431 kernel/generic/src/mm/slab.c _NO_TRACE static void *magazine_obj_get(slab_cache_t *cache)
_NO_TRACE         461 kernel/generic/src/mm/slab.c _NO_TRACE static slab_magazine_t *make_empty_current_mag(slab_cache_t *cache)
_NO_TRACE         511 kernel/generic/src/mm/slab.c _NO_TRACE static int magazine_obj_put(slab_cache_t *cache, void *obj)
_NO_TRACE         540 kernel/generic/src/mm/slab.c _NO_TRACE static size_t comp_objects(slab_cache_t *cache)
_NO_TRACE         552 kernel/generic/src/mm/slab.c _NO_TRACE static size_t badness(slab_cache_t *cache)
_NO_TRACE         566 kernel/generic/src/mm/slab.c _NO_TRACE static bool make_magcache(slab_cache_t *cache)
_NO_TRACE         587 kernel/generic/src/mm/slab.c _NO_TRACE static void _slab_cache_create(slab_cache_t *cache, const char *name,
_NO_TRACE         662 kernel/generic/src/mm/slab.c _NO_TRACE static size_t _slab_reclaim(slab_cache_t *cache, unsigned int flags)
_NO_TRACE         709 kernel/generic/src/mm/slab.c _NO_TRACE static void _slab_free(slab_cache_t *cache, void *obj, slab_t *slab)
_NO_TRACE          73 kernel/generic/src/proc/current.c _NO_TRACE void current_copy(current_t *src, current_t *dst)
_NO_TRACE          64 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static errno_t sysinfo_item_constructor(void *obj, unsigned int kmflag)
_NO_TRACE          84 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static size_t sysinfo_item_destructor(void *obj)
_NO_TRACE         126 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static sysinfo_item_t *sysinfo_find_item(const char *name,
_NO_TRACE         192 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static sysinfo_item_t *sysinfo_create_path(const char *name,
_NO_TRACE         510 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static void sysinfo_indent(size_t spaces)
_NO_TRACE         524 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static void sysinfo_dump_internal(sysinfo_item_t *root, size_t spaces)
_NO_TRACE         624 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static sysinfo_return_t sysinfo_get_item(const char *name,
_NO_TRACE         679 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static sysinfo_return_t sysinfo_get_item_uspace(uspace_addr_t ptr, size_t size,
_NO_TRACE         722 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static sysinfo_return_t sysinfo_get_keys(const char *name,
_NO_TRACE         788 kernel/generic/src/sysinfo/sysinfo.c _NO_TRACE static sysinfo_return_t sysinfo_get_keys_uspace(uspace_addr_t ptr, size_t size,
_NO_TRACE          64 uspace/lib/c/arch/abs32le/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          75 uspace/lib/c/arch/abs32le/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          84 uspace/lib/c/arch/abs32le/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          92 uspace/lib/c/arch/abs32le/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          49 uspace/lib/c/arch/amd64/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          54 uspace/lib/c/arch/amd64/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          60 uspace/lib/c/arch/amd64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          65 uspace/lib/c/arch/amd64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          57 uspace/lib/c/arch/arm32/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          64 uspace/lib/c/arch/arm32/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          70 uspace/lib/c/arch/arm32/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          75 uspace/lib/c/arch/arm32/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          56 uspace/lib/c/arch/arm64/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          63 uspace/lib/c/arch/arm64/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          70 uspace/lib/c/arch/arm64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          76 uspace/lib/c/arch/arm64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          49 uspace/lib/c/arch/ia32/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          54 uspace/lib/c/arch/ia32/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          60 uspace/lib/c/arch/ia32/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          65 uspace/lib/c/arch/ia32/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          52 uspace/lib/c/arch/ia64/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          59 uspace/lib/c/arch/ia64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          64 uspace/lib/c/arch/ia64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          71 uspace/lib/c/arch/ia64/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          52 uspace/lib/c/arch/mips32/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          59 uspace/lib/c/arch/mips32/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          64 uspace/lib/c/arch/mips32/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          69 uspace/lib/c/arch/mips32/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          52 uspace/lib/c/arch/ppc32/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          63 uspace/lib/c/arch/ppc32/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          68 uspace/lib/c/arch/ppc32/include/libarch/istate.h _NO_TRACE static inline sysarg_t istate_get_pc(istate_t *istate)
_NO_TRACE          73 uspace/lib/c/arch/ppc32/include/libarch/istate.h _NO_TRACE static inline sysarg_t istate_get_fp(istate_t *istate)
_NO_TRACE          46 uspace/lib/c/arch/riscv64/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          52 uspace/lib/c/arch/riscv64/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          58 uspace/lib/c/arch/riscv64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          64 uspace/lib/c/arch/riscv64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE          53 uspace/lib/c/arch/sparc64/include/libarch/istate.h _NO_TRACE static inline void istate_set_retaddr(istate_t *istate,
_NO_TRACE          59 uspace/lib/c/arch/sparc64/include/libarch/istate.h _NO_TRACE static inline int istate_from_uspace(istate_t *istate)
_NO_TRACE          64 uspace/lib/c/arch/sparc64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_pc(istate_t *istate)
_NO_TRACE          69 uspace/lib/c/arch/sparc64/include/libarch/istate.h _NO_TRACE static inline uintptr_t istate_get_fp(istate_t *istate)
_NO_TRACE         172 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline void link_initialize(link_t *link)
_NO_TRACE         185 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline __CONSTEXPR void list_initialize(list_t *list)
_NO_TRACE         221 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline void list_prepend(link_t *link, list_t *list)
_NO_TRACE         234 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline void list_append(link_t *link, list_t *list)
_NO_TRACE         247 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline void list_remove(link_t *link)
_NO_TRACE         264 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline bool list_empty(const list_t *list)
_NO_TRACE         332 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline void headless_list_split_or_concat(link_t *part1, link_t *part2)
_NO_TRACE         356 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline void headless_list_split(link_t *part1, link_t *part2)
_NO_TRACE         371 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline void headless_list_concat(link_t *part1, link_t *part2)
_NO_TRACE         405 uspace/lib/c/common/include/adt/list.h _NO_TRACE static inline void list_concat(list_t *list1, list_t *list2)
_NO_TRACE         172 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline void link_initialize(link_t *link)
_NO_TRACE         185 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline __CONSTEXPR void list_initialize(list_t *list)
_NO_TRACE         221 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline void list_prepend(link_t *link, list_t *list)
_NO_TRACE         234 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline void list_append(link_t *link, list_t *list)
_NO_TRACE         247 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline void list_remove(link_t *link)
_NO_TRACE         264 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline bool list_empty(const list_t *list)
_NO_TRACE         332 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline void headless_list_split_or_concat(link_t *part1, link_t *part2)
_NO_TRACE         356 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline void headless_list_split(link_t *part1, link_t *part2)
_NO_TRACE         371 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline void headless_list_concat(link_t *part1, link_t *part2)
_NO_TRACE         405 uspace/lib/posix/include/common/adt/list.h _NO_TRACE static inline void list_concat(list_t *list1, list_t *list2)
HelenOS homepage, sources at GitHub