Home
last modified time | relevance | path

Searched refs:profEnter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/shark/shark/
H A Dprofile.c110 static void profEnter(struct profHashTable * , unsigned int);
504 profEnter(profTable, stacklr-4); in profFiq()
519 profEnter(profTable, stacklr-4); in profFiq()
576 profEnter(struct profHashTable *table, unsigned int lr) in profEnter() function