Home
last modified time | relevance | path

Searched refs:OPMASK (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h329 OPMASK = BNDCSR << 1, enumerator
330 ZMM_Hi256 = OPMASK << 1,
/openbsd/sys/sys/
H A Dnamei.h112 #define OPMASK 3 /* mask for operation */ macro
/openbsd/sys/kern/
H A Dvfs_lookup.c133 if (cnp->cn_nameiop & (~OPMASK)) in namei()
135 if (cnp->cn_flags & OPMASK) in namei()