Searched refs:disallowed (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head_32.S | 192 jz .Lenable_paging # hw disallowed setting of ID bit
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ioctl.c | 4746 u64 disallowed, unsupported; in check_feature_bits() local 4765 disallowed = set_mask & ~safe_set; in check_feature_bits() 4766 if (disallowed) { in check_feature_bits() 4767 names = btrfs_printable_features(set, disallowed); in check_feature_bits() 4776 type, disallowed); in check_feature_bits() 4780 disallowed = clear_mask & ~safe_clear; in check_feature_bits() 4781 if (disallowed) { in check_feature_bits() 4782 names = btrfs_printable_features(set, disallowed); in check_feature_bits() 4791 type, disallowed); in check_feature_bits()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ioctl.c | 4226 u64 disallowed, unsupported; in check_feature_bits() local 4245 disallowed = set_mask & ~safe_set; in check_feature_bits() 4246 if (disallowed) { in check_feature_bits() 4247 names = btrfs_printable_features(set, disallowed); in check_feature_bits() 4256 type, disallowed); in check_feature_bits() 4260 disallowed = clear_mask & ~safe_clear; in check_feature_bits() 4261 if (disallowed) { in check_feature_bits() 4262 names = btrfs_printable_features(set, disallowed); in check_feature_bits() 4271 type, disallowed); in check_feature_bits()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head_32.S | 206 jz .Lenable_paging # hw disallowed setting of ID bit
|
Completed in 11 milliseconds