Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
A Dkvm_host.h910 typeof(v->arch.flagset) *_fset; \
920 __build_check_flag(v, flagset, f, m); \
922 READ_ONCE(v->arch.flagset) & (m); \
940 typeof(v->arch.flagset) *fset; \
942 __build_check_flag(v, flagset, f, m); \
944 fset = &v->arch.flagset; \
954 typeof(v->arch.flagset) *fset; \
956 __build_check_flag(v, flagset, f, m); \
958 fset = &v->arch.flagset; \
966 typeof(v->arch.flagset) set; \
[all …]

Completed in 8 milliseconds