HelenOS sources
arch_construct_function 86 kernel/arch/abs32le/src/abs32le.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 274 kernel/arch/amd64/src/amd64.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 167 kernel/arch/arm32/src/arm32.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 250 kernel/arch/arm64/src/arm64.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 261 kernel/arch/ia32/src/ia32.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 275 kernel/arch/ia64/src/ia64.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 214 kernel/arch/mips32/src/mips32.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 311 kernel/arch/ppc32/src/ppc32.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 114 kernel/arch/riscv64/src/riscv64.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 193 kernel/arch/sparc64/src/sun4u/sparc64.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
arch_construct_function 191 kernel/arch/sparc64/src/sun4v/sparc64.c void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
HelenOS homepage, sources at GitHub