Searched refs:flagset (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| A D | kvm_host.h | 799 typeof(v->arch.flagset) *_fset; \ 807 #define __vcpu_get_flag(v, flagset, f, m) \ argument 809 __build_check_flag(v, flagset, f, m); \ 811 READ_ONCE(v->arch.flagset) & (m); \ 827 #define __vcpu_set_flag(v, flagset, f, m) \ argument 829 typeof(v->arch.flagset) *fset; \ 831 __build_check_flag(v, flagset, f, m); \ 833 fset = &v->arch.flagset; \ 843 typeof(v->arch.flagset) *fset; \ 845 __build_check_flag(v, flagset, f, m); \ [all …]
|
| /linux/Documentation/admin-guide/ |
| A D | kernel-parameters.txt | 4269 /proc/sys/kernel/tainted any flagset matching with the
|
Completed in 14 milliseconds