Searched defs:bitop (Results 1 – 6 of 6) 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/arch/x86/kvm/vmx/ |
H A D | vmx.h | 446 #define __BUILD_VMX_MSR_BITMAP_HELPER(rtype, action, bitop, access, base) \ argument 458 #define BUILD_VMX_MSR_BITMAP_HELPERS(ret_type, action, bitop) \ argument
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.h | 653 #define __BUILD_SVM_MSR_BITMAP_HELPER(rtype, action, bitop, access, bit_rw) \ argument 666 #define BUILD_SVM_MSR_BITMAP_HELPERS(ret_type, action, bitop) \ argument
|