Searched defs:bitop (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/lib/ |
| H A D | setbit.S | 12 bitop _set_bit, orr label
|
| H A D | clearbit.S | 12 bitop _clear_bit, bic label
|
| H A D | changebit.S | 12 bitop _change_bit, eor label
|
| /linux/tools/include/linux/ |
| H A D | bitops.h | 35 #define bitop(op, nr, addr) \ macro
|
| /linux/include/linux/ |
| H A D | bitops.h | 42 #define bitop(op, nr, addr) \ macro
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.h | 448 #define __BUILD_VMX_MSR_BITMAP_HELPER(rtype, action, bitop, access, base) \ argument 460 #define BUILD_VMX_MSR_BITMAP_HELPERS(ret_type, action, bitop) \ argument
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.h | 655 #define __BUILD_SVM_MSR_BITMAP_HELPER(rtype, action, bitop, access, bit_rw) \ argument 668 #define BUILD_SVM_MSR_BITMAP_HELPERS(ret_type, action, bitop) \ argument
|