| /src/sys/dev/acpi/ |
| apei_reg.c | 43 * apei_read_register(Register, map, Mask, &X) 46 * then masked with Mask, and return the result. 55 uint64_t Mask) 62 X &= Mask; 68 * apei_write_register(Register, map, Mask, preserve_register, X) 70 * Write X, masked with Mask and shifted into position, to 83 uint64_t Mask, bool preserve_register, uint64_t X) 87 X &= Mask; 93 Y &= ~(Mask << BitOffset);
|
| apei_erst.c | 385 const uint64_t Mask = header->Mask; 393 " BitOffset=%"PRIu8" Mask=0x%"PRIx64" Value=0x%"PRIx64 400 BitOffset, Mask, Value, 413 M->y = apei_read_register(reg, map, Mask); 418 v = apei_read_register(reg, map, Mask); 423 apei_write_register(reg, map, Mask, preserve_register, M->x); 426 apei_write_register(reg, map, Mask, preserve_register, Value); 431 M->var1 = apei_read_register(reg, map, Mask); 434 M->var2 = apei_read_register(reg, map, Mask); [all...] |
| apei_einj.c | 408 const uint64_t Mask = header->Mask; 416 " BitOffset=%"PRIu8" Mask=0x%"PRIx64" Value=0x%"PRIx64 423 BitOffset, Mask, Value, 436 M->y = apei_read_register(reg, map, Mask); 441 v = apei_read_register(reg, map, Mask); 446 apei_write_register(reg, map, Mask, preserve_register, M->x); 449 apei_write_register(reg, map, Mask, preserve_register, Value);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_powerpc64.cc | 34 const intptr_t Mask = ~(LineSize - 1); 35 const intptr_t StartLine = ((intptr_t)Addr) & Mask; 36 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask;
|
| /src/sys/external/bsd/acpica/dist/resources/ |
| rsutils.c | 58 * PARAMETERS: Mask - Bitmask to decode 63 * DESCRIPTION: Convert a bit mask into a list of values 69 UINT16 Mask, 79 /* Decode the mask bits */ 81 for (i = 0, BitCount = 0; Mask; i++) 83 if (Mask & 0x0001) 89 Mask >>= 1; 115 UINT16 Mask; 123 for (i = 0, Mask = 0; i < Count; i++) 125 Mask |= (0x1 << List[i]) [all...] |
| /src/sys/external/bsd/acpica/dist/executer/ |
| exfldio.c | 606 * Mask - bitmask within field datum 619 UINT64 Mask, 628 ACPI_FUNCTION_TRACE_U32 (ExWriteWithUpdateRule, Mask); 635 /* If the mask is all ones, we don't need to worry about the update rule */ 637 if (Mask != ACPI_UINT64_MAX) 645 * Check if update rule needs to be applied (not if mask is all 648 if ((~Mask << (ACPI_MUL_8 (sizeof (Mask)) - 662 MergedValue |= (CurrentValue & ~Mask); 670 MergedValue |= ~Mask; [all...] |
| /src/sys/external/bsd/acpica/dist/disassembler/ |
| dmresrc.c | 187 * PARAMETERS: Mask - 16-bit value corresponding to 16 interrupt 192 * DESCRIPTION: Dump a bit mask as a list of individual interrupt/DMA levels. 198 UINT16 Mask) 214 if (Mask & 1) 225 Mask >>= 1;
|
| /src/sys/external/bsd/acpica/dist/include/ |
| acmacros.h | 337 * MASK_BITS_ABOVE creates a mask starting AT the position and above 338 * MASK_BITS_BELOW creates a mask starting one bit BELOW the position 339 * MASK_BITS_ABOVE/BELOW accepts a bit offset to create a mask 340 * MASK_BITS_ABOVE/BELOW_32/64 accepts a bit width to create a mask 357 #define ACPI_REGISTER_PREPARE_BITS(Val, Pos, Mask) \ 358 ((Val << Pos) & Mask) 360 #define ACPI_REGISTER_INSERT_VALUE(Reg, Pos, Mask, Val) \ 361 Reg = (Reg & (~(Mask))) | ACPI_REGISTER_PREPARE_BITS(Val, Pos, Mask) 363 #define ACPI_INSERT_BITS(Target, Mask, Source) [all...] |
| acresrc.h | 324 UINT16 Mask,
|
| actbl3.h | 755 UINT32 Mask; /* Bitmask required for this register instruction */
|
| acinterp.h | 197 UINT64 Mask,
|
| actbl1.h | 150 UINT64 Mask; /* Bitmask required for this register instruction */ 243 UINT8 Mask;
|
| acdisasm.h | 1222 UINT16 Mask);
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efipciio.h | 40 IN UINT64 Mask, 52 IN UINT64 Mask,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerMutate.cpp | 529 // Mask represents the set of Data bytes that are worth mutating. 532 const Vector<uint8_t> &Mask) { 533 assert(Size <= Mask.size()); 543 if (Mask[I]) 552 if (Mask[I])
|
| FuzzerMutate.h | 75 /// that have '1' in Mask. 76 /// Mask.size() should be >= Size. 78 const Vector<uint8_t> &Mask);
|
| /src/sys/external/bsd/acpica/dist/common/ |
| dmtbinfo1.c | 373 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (Mask), "Mask", 0}, 1090 {ACPI_DMT_UINT64, ACPI_EINJ0_OFFSET (Mask), "Mask", 0}, 1389 {ACPI_DMT_UINT64, ACPI_ERST0_OFFSET (Mask), "Mask", 0}, 1575 {ACPI_DMT_UINT32, ACPI_HEST6_OFFSET (Aer.UncorrectableMask), "Uncorrectable Mask", 0}, \ 1577 {ACPI_DMT_UINT32, ACPI_HEST6_OFFSET (Aer.CorrectableMask), "Correctable Mask", 0}, \ 1659 {ACPI_DMT_UINT32, ACPI_HEST8_OFFSET (UncorrectableMask2), "2nd Uncorrectable Mask", 0},
|
| dmtbinfo3.c | 651 {ACPI_DMT_UINT32, ACPI_WDAT0_OFFSET (Mask), "Register Mask", 0},
|
| /src/sys/arch/sparc64/sparc64/ |
| locore.s | 1508 dec %g4; /* Make it into a mask */ \ 1627 dec %g7; /* Make it into a mask */ \ 1734 sethi %hi(0x1fff), %g6 ! 8K context mask 1855 sethi %hi(0x1fff), %g6 ! 8K context mask 1999 cmp %g5, 0x0c0 ! so we mask lower bits & compare to 0b 0000 1100 0000 2387 dec %g7 ! Make it into a mask 2628 sethi %hi(0x1fff), %g7 ! 8K context mask 2866 and %g3, %g5, %g3 ! mask out TTE index 2939 and %g3, %g5, %g3 ! mask out TTE index 3079 and %g3, %g5, %g3 ! mask out TTE inde [all...] |
| /src/sys/lib/libkern/arch/hppa/ |
| milli.S | 205 eiem: .equ 15 ; External Interrupt Enable Mask
|
| /src/usr.sbin/acpitools/acpidump/ |
| acpi.c | 200 printflag(uint64_t var, uint64_t mask, const char *name) 203 if (var & mask) { 430 printf("\tUncorrectable Error Mask Register=0x%x\n", 434 printf("\tCorrectable Error Mask Register=0x%x\n", 591 printf("\tMASK=0x%08"PRIx64"\n", whea->Mask); 687 printf("\tSecondary Uncorrectable Error Mask Register=0x%x\n", 2651 printf("\tCommand Complete Mask=0x%016jx\n", subspace->CmdCompleteMask); 2655 printf("\tCommand Update Preserve Mask=0x%016jx\n", subspace->CmdUpdatePreserveMask); 2656 printf("\tCommand Update Set Mask=0x%016jx\n", subspace->CmdUpdateSetMask); 2660 printf("\tError Status Mask=0x%016jx\n", subspace->ErrorStatusMask) [all...] |