Searched refs:flagset (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | kvm_host.h | 847 typeof(v->arch.flagset) *_fset; \ 855 #define __vcpu_get_flag(v, flagset, f, m) \ argument 857 __build_check_flag(v, flagset, f, m); \ 859 READ_ONCE(v->arch.flagset) & (m); \ 875 #define __vcpu_set_flag(v, flagset, f, m) \ argument 877 typeof(v->arch.flagset) *fset; \ 879 __build_check_flag(v, flagset, f, m); \ 881 fset = &v->arch.flagset; \ 891 typeof(v->arch.flagset) *fset; \ 893 __build_check_flag(v, flagset, f, m); \ [all …]
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 4485 /proc/sys/kernel/tainted any flagset matching with the
|