Home
last modified time | relevance | path

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

/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch_gic.c48 struct r_node { struct
50 struct r_node *left; argument
51 struct r_node *right; argument
56 struct r_node *root; argument
80 struct r_node *cur, in _lookup()
81 struct r_node *cand, in _lookup()
106 struct r_node **cur, in _add()
112 struct r_node *new; in _add()
115 new = fwk_mm_calloc(1, sizeof(struct r_node)); in _add()
119 memset(new, 0, sizeof(struct r_node)); in _add()

Completed in 5 milliseconds