Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Dgct.c41 status |= gct6_find_nodes(GCT_NODE_PTR(node->next), search); in gct6_find_nodes()
45 status |= gct6_find_nodes(GCT_NODE_PTR(node->child), search); in gct6_find_nodes()
H A Dcore_marvel.c459 gct6_find_nodes(GCT_NODE_PTR(0), gct_wanted_node_list); in marvel_init_arch()
/linux/arch/alpha/include/asm/
H A Dgct.h52 #define GCT_NODE_PTR(off) ((gct6_node *)((char *)hwrpb + \ macro