/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Support.cpp | 41 MutableArrayRef<uint64_t> Masks) { in computeProcResourceMasks() argument 44 assert(Masks.size() == SM.getNumProcResourceKinds() && in computeProcResourceMasks() 47 Masks[0] = 0; in computeProcResourceMasks() 54 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks() 63 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks() 65 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks() 66 Masks[I] |= OtherMask; in computeProcResourceMasks() 72 LLVM_DEBUG(dbgs() << "\nProcessor resource masks:" in computeProcResourceMasks() 77 << format_hex(Masks[I],16) << " - " in computeProcResourceMasks()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 922 /* check for invalid masks */ in ace_to_aent_legal() 958 /* more detailed checking of masks */ in ace_to_aent_legal() 1542 acl_trivial_access_masks(mode_t mode, boolean_t isdir, trivial_acl_t *masks) in acl_trivial_access_masks() argument 1550 masks->deny1 = 0; in acl_trivial_access_masks() 1552 masks->deny1 |= read_mask; in acl_trivial_access_masks() 1554 masks->deny1 |= write_mask; in acl_trivial_access_masks() 1556 masks->deny1 |= execute_mask; in acl_trivial_access_masks() 1558 masks->deny2 = 0; in acl_trivial_access_masks() 1560 masks->deny2 |= read_mask; in acl_trivial_access_masks() 1562 masks->deny2 |= write_mask; in acl_trivial_access_masks() [all …]
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_flags.c | 50 getauditflagsbin(char *auditstr, au_mask_t *masks) in getauditflagsbin() argument 65 masks->am_success = 0; in getauditflagsbin() 66 masks->am_failure = 0; in getauditflagsbin() 89 SUB_FROM_MASK(masks, c.ac_class, sel); in getauditflagsbin() 91 ADD_TO_MASK(masks, c.ac_class, sel); in getauditflagsbin() 117 getauditflagschar(char *auditstr, au_mask_t *masks, int verbose) in getauditflagschar() argument 133 * the success or failure masks. in getauditflagschar() 143 sel |= ((c.ac_class & masks->am_success) == c.ac_class) ? in getauditflagschar() 145 sel |= ((c.ac_class & masks->am_failure) == c.ac_class) ? in getauditflagschar()
|
H A D | au_mask.3 | 33 .Nd "convert between string and numeric values of audit masks" 41 .Fn getauditflagsbin "char *auditstr" "au_mask_t *masks" 43 .Fn getauditflagschar "char *auditstr" "au_mask_t *masks" "int verbose" 83 .Fa *masks . 89 .Fa *masks
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | brcm,usb-pinmap.yaml | 33 brcm,in-masks: 45 brcm,out-masks: 47 description: Array of enable, value, changed and clear masks, one 66 brcm,in-masks = <0x8000 0x40000 0x10000 0x80000>; 69 brcm,out-masks = <0x20000 0x800000 0x400000 0x200000>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.h | 64 /// Decodes the shuffle masks for pshufd/pshufw/vpermilpd/vpermilps. 68 /// Decodes the shuffle masks for pshufhw. 72 /// Decodes the shuffle masks for pshuflw. 79 /// Decodes the shuffle masks for shufp*. 83 /// Decodes the shuffle masks for unpckhps/unpckhpd and punpckh*. 87 /// Decodes the shuffle masks for unpcklps/unpcklpd and punpckl*. 116 /// Decodes the shuffle masks for VPERMQ/VPERMPD. 122 /// This can only basic masks (permutes + zeros), not any of the other
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | tdm-slot.txt | 20 tx and rx masks. 22 For snd_soc_of_xlate_tdm_slot_mask(), the tx and rx masks will use a 1 bit 24 the masks. 26 The explicit masks are given as array of integers, where the first
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 38 … (0x1<<0) // This bit masks, when set, the Int… 40 … (0x1<<1) // This bit masks, when set, the Int… 5444 … section. In each case, '0' applies the associated filtering rule and '1' masks the associated fil… 5451 … section. In each case, '0' applies the associated filtering rule and '1' masks the associated fil… 5472 … section. In each case, '0' applies the associated filtering rule and '1' masks the associated fil… 5779 … 0x000808UL //Access:RW DataWidth:0x20 // This register masks the generation of … 6068 … 0x000850UL //Access:RW DataWidth:0x20 // This register masks specific errors fr… 6194 … 0x000858UL //Access:RW DataWidth:0x20 // This register masks specific errors fr… 6451 … 0x000880UL //Access:RW DataWidth:0x20 // This register masks specific errors fr… 6577 … 0x000888UL //Access:RW DataWidth:0x20 // This register masks specific errors fr… [all …]
|
/freebsd/sys/x86/include/ |
H A D | x86_ieeefp.h | 70 * Exception bit masks. 81 * FPU control word bit-field masks. 83 #define FP_MSKS_FLD 0x3f /* exception masks field */ 88 * FPU status word bit-field masks. 95 #define FP_MSKS_OFF 0 /* exception masks offset */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Support.h | 73 /// Populates vector Masks with processor resource masks. 93 /// Resource masks are used by the ResourceManager to solve set membership 96 MutableArrayRef<uint64_t> Masks); 98 // Returns the index of the highest bit set. For resource masks, the position of
|
/freebsd/contrib/openbsm/man/ |
H A D | auditon.2 | 107 Set the kernel preselection masks (success and failure). 115 These masks are used for non-attributable audit event preselection. 229 Set the preselection masks for a process. 236 preselection masks for both success and failure. 244 structure which holds the preselection masks as described in the 345 Return the current kernel preselection masks. 352 the current kernel preselection masks for non-attributable events.
|
/freebsd/share/man/man3/ |
H A D | fpgetround.3 | 95 masks, and resetting the exception sticky flags after an exception is 125 returns the current floating point exception masks. 130 sets the floating point exception masks and returns the 131 previous masks.
|
/freebsd/sys/contrib/device-tree/Bindings/mux/ |
H A D | reg-mux.txt | 11 - mux-reg-masks : an array of register offset and pre-shifted bitfield mask 21 pair in the mux-reg-masks array. 35 mux-reg-masks = <0x54 0xf8>, /* 0: reg 0x54, bits 7:3 */ 97 mux-reg-masks = <0x3 0x30>, /* 0: reg 0x3, bits 5:4 */
|
H A D | reg-mux.yaml | 27 mux-reg-masks: 39 - mux-reg-masks 53 mux-reg-masks = 109 mux-reg-masks =
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 1212 acl_trivial_access_masks(mode_t mode, boolean_t isdir, trivial_acl_t *masks) in acl_trivial_access_masks() argument 1221 masks->deny1 = 0; in acl_trivial_access_masks() 1224 masks->deny1 |= read_mask; in acl_trivial_access_masks() 1226 masks->deny1 |= write_mask; in acl_trivial_access_masks() 1228 masks->deny1 |= execute_mask; in acl_trivial_access_masks() 1230 masks->deny2 = 0; in acl_trivial_access_masks() 1232 masks->deny2 |= read_mask; in acl_trivial_access_masks() 1234 masks->deny2 |= write_mask; in acl_trivial_access_masks() 1236 masks->deny2 |= execute_mask; in acl_trivial_access_masks() 1238 masks->allow0 = 0; in acl_trivial_access_masks() [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBProcessDocstrings.i | 205 masks, and on most Targets, the the Data address mask is more general 211 In an unusual environment with different address masks for high and low 220 When setting all masks, lldb.eAddressMaskTypeAll may be specified. 221 In an unusual environment with different address masks for high and low 229 When setting all masks, lldb.eAddressMaskTypeAll may be specified. 230 In an unusual environment with different address masks for high and low
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrGISel.td | 29 // G_SHUFFLE_VECTORs with appropriate masks. 37 // G_SHUFFLE_VECTORs with appropriate masks. 45 // G_SHUFFLE_VECTORs with appropriate masks. 53 // G_SHUFFLE_VECTORs with appropriate masks. 61 // G_SHUFFLE_VECTORs with appropriate masks. 69 // G_SHUFFLE_VECTORs with appropriate masks. 77 // G_SHUFFLE_VECTORs with appropriate masks. 85 // G_SHUFFLE_VECTORs with appropriate masks. 115 // G_SHUFFLE_VECTORs with appropriate masks. 123 // G_SHUFFLE_VECTORs with appropriate masks. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
H A D | InstructionTables.h | 31 SmallVector<uint64_t, 8> Masks; variable 35 : SM(Model), Masks(Model.getNumProcResourceKinds()) { in InstructionTables() 36 computeProcResourceMasks(Model, Masks); in InstructionTables()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | save-flags.h | 40 /** integral type for holding save_flags masks */ 55 /** all bits in save_flags_mask_t masks */ 61 /** buffer size needed to hold all bit names for save_flags_mask_t masks */
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.5.t | 102 Sets of descriptors of interest are specified as bit masks, 120 the specified bit masks by the subsets that select true for input, 122 indicates the number of file descriptors specified by the bit masks). 125 bit masks are updated.
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit.h | 204 au_mask_t ai_mask; /* Audit masks. */ 212 au_mask_t ai_mask; /* Audit masks. */ 222 au_mask_t ap_mask; /* Audit masks. */ 231 au_mask_t ap_mask; /* Audit masks. */ 240 au_mask_t as_mask; /* Process Audit Masks. */
|
/freebsd/sys/bsm/ |
H A D | audit.h | 206 au_mask_t ai_mask; /* Audit masks. */ 214 au_mask_t ai_mask; /* Audit masks. */ 224 au_mask_t ap_mask; /* Audit masks. */ 233 au_mask_t ap_mask; /* Audit masks. */ 242 au_mask_t as_mask; /* Process Audit Masks. */
|
/freebsd/lib/libsys/ |
H A D | cpuset_getaffinity.2 | 49 or per-object anonymous masks that effect only a single object. 67 Masks of type 78 tolerate masks of any size with no restrictions.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_s390xcap.pod | 42 The name of an instruction followed by two 64-bit masks. The part of the 50 Store-facility-list-extended (stfle) followed by three 64-bit masks. The 56 The 64-bit masks are specified in hexadecimal notation. The 0x prefix is 60 rows separate the individual 64-bit masks. The bit numbers in the first
|
/freebsd/share/man/man4/ |
H A D | auditpipe.4 | 108 well as auid-specific selection masks. 133 as well as a set of per-auid masks. 184 Query the current preselection masks for a specific auid on the pipe. 196 Set the current preselection masks for a specific auid on the pipe.
|