Home
last modified time | relevance | path

Searched refs:bitop (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kvm/vmx/
A Dvmx.h421 #define __BUILD_VMX_MSR_BITMAP_HELPER(rtype, action, bitop, access, base) \ argument
428 return bitop##_bit(msr, bitmap + base / f); \
430 return bitop##_bit(msr & 0x1fff, bitmap + (base + 0x400) / f); \
433 #define BUILD_VMX_MSR_BITMAP_HELPERS(ret_type, action, bitop) \ argument
434 __BUILD_VMX_MSR_BITMAP_HELPER(ret_type, action, bitop, read, 0x0) \
435 __BUILD_VMX_MSR_BITMAP_HELPER(ret_type, action, bitop, write, 0x800)
/linux/arch/arm/lib/
A Dbitops.h6 .macro bitop, name, instr
61 .macro bitop, name, instr
A Dchangebit.S12 bitop _change_bit, eor label
A Dclearbit.S12 bitop _clear_bit, bic label
A Dsetbit.S12 bitop _set_bit, orr label
/linux/Documentation/translations/ko_KR/
A Dmemory-barriers.txt1848 어토믹 RMW bitop 함수들을 위해서도 사용될 수 있습니다.
/linux/Documentation/
A Dmemory-barriers.txt1879 These are also used for atomic RMW bitop functions that do not imply a

Completed in 19 milliseconds