Home
last modified time | relevance | path

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

/minix3/minix/lib/libmagicrt/
H A Dmagic_st.c1698 ST_SET_CACHED_COUNTERPART(csentry, sentries, sentries, NULL); in st_add_sentry_pair()
1710 ST_SET_CACHED_COUNTERPART(cached_sentry, sentries, sentries, local_sentry); in st_add_sentry_pair()
1808 ST_SET_CACHED_COUNTERPART(cfunction, functions, functions, NULL); in st_add_function_pair()
1812 ST_SET_CACHED_COUNTERPART(cached_function, functions, functions, local_function); in st_add_function_pair()
3178 ST_SET_CACHED_COUNTERPART(cached_function, functions, functions, local_function); in pair_metadata_functions()
3241 ST_SET_CACHED_COUNTERPART(cached_sentry, sentries, sentries_data, local_data_addr); in pair_metadata_sentries()
3245 ST_SET_CACHED_COUNTERPART(cached_sentry, sentries, sentries, local_sentry); in pair_metadata_sentries()
3304 ST_SET_CACHED_COUNTERPART(sentry, sentries, sentries, NULL); in allocate_pair_metadata_dsentries_from_raw_copy()
3327 ST_SET_CACHED_COUNTERPART(sentry, sentries, sentries, local_sentry); in allocate_pair_metadata_dsentries_from_raw_copy()
3421 ST_SET_CACHED_COUNTERPART(sentry, sentries, sentries, NULL); in allocate_pair_metadata_dsentries()
[all …]
/minix3/minix/lib/libmagicrt/include/st/
H A Dstate_transfer.h341 #define ST_SET_CACHED_COUNTERPART(CE,T,CT,LE) do { \ macro