Searched +full:0 +full:xfffff0 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | sr.h | 38 #define SR_TYPE 0x80000000 /* Type selector */ 39 #define SR_KS 0x40000000 /* Supervisor-state protection key */ 40 #define SR_KP 0x20000000 /* User-state protection key */ 41 #define SR_N 0x10000000 /* No-execute protection */ 42 #define SR_VSID_MASK 0x00ffffff /* Virtual Segment ID mask */ 49 #define KERNEL_VSIDBITS 0xfffffUL 50 #define KERNEL_SEGMENT (0xfffff0 + KERNEL_SR) 51 #define KERNEL2_SEGMENT (0xfffff0 + KERNEL2_SR) 52 #define EMPTY_SEGMENT 0xfffff0 54 #define USER_ADDR 0xc00ffffff0000000UL [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | audio | 11 0 string .snd Sun/NeXT audio data: 45 >16 belong >0 %d Hz 49 0 lelong 0x0064732E DEC audio data: 83 >16 lelong >0 %d Hz 86 0 string MThd Standard MIDI data 91 >12 beshort&0x7fff x at 1/%d 92 >12 beshort&0x8000 >0 SMPTE 94 0 string CTMF Creative Music (CMF) data 96 0 string SBI SoundBlaster instrument data 98 0 string Creative\ Voice\ File Creative Labs voice data [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,tpu.txt | 18 reg = <0xffffe0 16>, <0xfffff0 12>;
|
H A D | renesas,tpu.yaml | 53 reg = <0xffffe0 16>, <0xfffff0 12>;
|
/freebsd/sys/contrib/device-tree/src/h8300/ |
H A D | h8s_sim.dts | 19 #clock-cells = <0>; 27 #clock-cells = <0>; 28 reg = <0xfee03b 2>, <0xfee045 2>; 33 #clock-cells = <0>; 34 reg = <0xfee03b 2>; 40 #clock-cells = <0>; 47 reg = <0x400000 0x800000>; 52 #size-cells = <0>; 53 cpu@0 { 63 reg = <0xfffe00 24>; [all …]
|
H A D | edosk2674.dts | 20 #clock-cells = <0>; 28 #clock-cells = <0>; 29 reg = <0xffff3b 1>, <0xffff45 1>; 34 #clock-cells = <0>; 35 reg = <0xffff3b 1>; 41 #clock-cells = <0>; 48 reg = <0x400000 0x800000>; 53 #size-cells = <0>; 54 cpu@0 { 64 reg = <0xfffe00 24>; [all …]
|
/freebsd/contrib/file/magic/scripts/ |
H A D | create_filemagic_flac | 6 ## >>17 belong&0xfffff0 0x2ee000 \b, 192 kHz 55 sed 's#[0\.]*$##g')"
|
/freebsd/usr.sbin/spi/ |
H A D | spi.c | 44 #define DEFAULT_DEVICE_NAME "/dev/spigen0.0" 48 #define DIR_READ 0 54 int mode; /* mode (0,1,2,3, -1 == use default) */ 56 int count; /* count (0 through 'n' bytes, negative for 59 * ASCII output when ASCII != 0 */ 90 0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0, 91 0x10, 0x90, 0x50, 0xd0, 0x30, 0xb0, 0x70, 0xf0, 92 0x08, 0x88, 0x48, 0xc8, 0x28, 0xa8, 0x68, 0xe8, 93 0x18, 0x98, 0x58, 0xd8, 0x38, 0xb8, 0x78, 0xf8, 94 0x04, 0x84, 0x44, 0xc4, 0x24, 0xa4, 0x64, 0xe4, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 173 cl::Hidden, cl::init(0)); 504 appendToGlobalCtors(M, Ctor, 0, Ctor); in createHwasanCtorComdat() 540 Type *Int8Arr0Ty = ArrayType::get(Int8Ty, 0); in createHwasanCtorComdat() 552 auto *Name = ConstantDataArray::get(*C, "LLVM\0\0\0"); in createHwasanCtorComdat() 606 TagMaskByte = IsX86_64 ? 0x3F : 0xFF; in initializeModule() 632 MatchAllTag = ClMatchAllTag & 0xFF; in initializeModule() 635 MatchAllTag = 0xFF; in initializeModule() 696 for (size_t AccessIsWrite = 0; AccessIsWrite <= 1; AccessIsWrite++) { in initializeCallbacks() 704 for (size_t AccessSizeIndex = 0; AccessSizeIndex < kNumberOfAccessSizes; in initializeCallbacks() [all …]
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | hsi_struct_def.h | 71 * * 0x0-0xFFF8 - The function ID 72 * * 0xFFF8-0xFFFC, 0xFFFE - Reserved for internal processors 73 * * 0xFFFD - Reserved for user-space HWRM interface 74 * * 0xFFFF - HWRM 104 #define CMD_DISCR_TLV_ENCAP UINT32_C(0x8000) 109 #define TLV_TYPE_HWRM_REQUEST UINT32_C(0x1) 111 #define TLV_TYPE_HWRM_RESPONSE UINT32_C(0x2) 113 #define TLV_TYPE_ROCE_SP_COMMAND UINT32_C(0x3) 115 #define TLV_TYPE_QUERY_ROCE_CC_GEN1 UINT32_C(0x4) 117 #define TLV_TYPE_MODIFY_ROCE_CC_GEN1 UINT32_C(0x5) [all …]
|