Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dcompiler.h63 *(__u64_alias_t *)dst = *(volatile __u64_alias_t *)src; in __read_once_size()
94 *(volatile __u64_alias_t *)dst = *(__u64_alias_t *)src; in __write_once_size()
H A Dcompiler_attributes.h23 typedef uint64_t __attribute__((__may_alias__)) __u64_alias_t; typedef