Home
last modified time | relevance | path

Searched defs:bitop (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/lib/
H A Dsetbit.S12 bitop _set_bit, orr label
H A Dclearbit.S12 bitop _clear_bit, bic label
H A Dchangebit.S12 bitop _change_bit, eor label
/linux/tools/include/linux/
H A Dbitops.h35 #define bitop(op, nr, addr) \ macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.h446 #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 Dsvm.h653 #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