Searched +full:0 +full:x0000000080000000 (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | brcm,stb-pcie.yaml | 190 reg = <0x0 0x7d500000 0x9310>; 198 interrupt-map-mask = <0x0 0x0 0x0 0x7>; 199 interrupt-map = <0 0 0 1 &gicv2 GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH 200 0 0 0 2 &gicv2 GIC_SPI 144 IRQ_TYPE_LEVEL_HIGH 201 0 0 0 3 &gicv2 GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH 202 0 0 0 4 &gicv2 GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>; 206 ranges = <0x02000000 0x0 0xf8000000 0x6 0x00000000 0x0 0x04000000>; 207 dma-ranges = <0x42000000 0x1 0x00000000 0x0 0x40000000 0x0 0x80000000>, 208 <0x42000000 0x1 0x80000000 0x3 0x00000000 0x0 0x80000000>; 210 brcm,scb-sizes = <0x0000000080000000 0x0000000080000000>; [all …]
|
/freebsd/contrib/capsicum-test/ |
H A D | showrights | 6 (0x0000000000000000, 0x0000000000000100) : 'TTYHOOK', 7 (0x0000000000000040, 0x0000000000000000) : 'CREATE', 8 (0x0000000200000000, 0x0000000000000000) : 'GETSOCKNAME', 9 (0x0000000000000000, 0x0000000000100000) : 'KQUEUE_CHANGE', 10 (0x0000000000000000, 0x0000000000004000) : 'EXTATTR_LIST', 11 (0x0000000000000080, 0x0000000000000000) : 'FEXECVE', 12 (0x0000001000000000, 0x0000000000000000) : 'PEELOFF', 13 (0x0000000000000000, 0x0000000000800000) : 'NOTIFY', 14 (0x0000000000000000, 0x0000000000001000) : 'EXTATTR_DELETE', 15 (0x0000000040000000, 0x0000000000000000) : 'BIND', [all …]
|
/freebsd/sys/arm64/include/ |
H A D | hypervisor.h | 39 #define CNTHCTL_EVNTI_MASK (0xf << 4) /* Bit to trigger event stream */ 40 /* Valid if HCR_EL2.E2H == 0 */ 41 #define CNTHCTL_EL1PCTEN (1 << 0) /* Allow physical counter access */ 44 #define CNTHCTL_E2H_EL0PCTEN (1 << 0) /* Allow EL0 physical counter access */ 55 /* Valid if HCR_EL2.E2H == 0 */ 56 #define CPTR_TRAP_ALL 0xc01037ff /* Enable all traps */ 57 #define CPTR_RES0 0x7fefc800 58 #define CPTR_RES1 0x000032ff 59 #define CPTR_TZ 0x00000100 60 #define CPTR_TFP 0x00000400 [all …]
|
/freebsd/sys/netinet/ |
H A D | sctp.h | 77 #define SCTP_RTOINFO 0x00000001 78 #define SCTP_ASSOCINFO 0x00000002 79 #define SCTP_INITMSG 0x00000003 80 #define SCTP_NODELAY 0x00000004 81 #define SCTP_AUTOCLOSE 0x00000005 82 #define SCTP_SET_PEER_PRIMARY_ADDR 0x00000006 83 #define SCTP_PRIMARY_ADDR 0x00000007 84 #define SCTP_ADAPTATION_LAYER 0x00000008 86 #define SCTP_ADAPTION_LAYER 0x00000008 87 #define SCTP_DISABLE_FRAGMENTS 0x00000009 [all …]
|
/freebsd/sys/cddl/dev/kinst/riscv/ |
H A D | kinst_isa.c | 26 case 0: in kinst_regoff() 56 case 0 ... 1: in kinst_c_regoff() 83 #define rs1_lval (rs1_index != 0 ? rs1 : 0) in kinst_emulate() 84 #define rs2_lval (rs2_index != 0 ? rs2 : 0) in kinst_emulate() 85 switch (instr & 0x7f) { in kinst_emulate() 86 case 0b1101111: /* jal */ in kinst_emulate() 87 imm = 0; in kinst_emulate() 88 imm |= ((instr >> 21) & 0x03ff) << 1; in kinst_emulate() 89 imm |= ((instr >> 20) & 0x0001) << 11; in kinst_emulate() 90 imm |= ((instr >> 12) & 0x00ff) << 12; in kinst_emulate() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrCompiler.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 29 let hasSideEffects = 0, isNotDuplicable = 1, Uses = [ESP, SSP], 31 def MOVPC32r : Ii32<0xE8, Pseudo, (outs GR32:$reg), (ins i32imm:$label), 40 def ADJCALLSTACKDOWN32 : I<0, Pseudo, (outs), 43 def ADJCALLSTACKUP32 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2), 49 (ADJCALLSTACKDOWN32 i32imm:$amt1, i32imm:$amt2, 0)>, Requires<[NotLP64]>; 58 def ADJCALLSTACKDOWN64 : I<0, Pseudo, (outs), 61 def ADJCALLSTACKUP64 : I<0, Pseudo, (outs), (ins i32imm:$amt1, i32imm:$amt2), 67 (ADJCALLSTACKDOWN64 i32imm:$amt1, i32imm:$amt2, 0)>, Requires<[IsLP64]>; 73 def VASTART_SAVE_XMM_REGS : I<0, Pseudo, [all …]
|
/freebsd/sys/sys/ |
H A D | ata.h | 38 #define ATA_PROTO_MASK 0x8003 39 #define ATA_PROTO_ATAPI 0x8000 40 #define ATA_PROTO_ATAPI_12 0x8000 41 #define ATA_PROTO_ATAPI_16 0x8001 42 #define ATA_PROTO_CFA 0x848a 43 #define ATA_ATAPI_TYPE_MASK 0x1f00 44 #define ATA_ATAPI_TYPE_DIRECT 0x0000 /* disk/floppy */ 45 #define ATA_ATAPI_TYPE_TAPE 0x0100 /* streaming tape */ 46 #define ATA_ATAPI_TYPE_CDROM 0x0500 /* CD-ROM device */ 47 #define ATA_ATAPI_TYPE_OPTICAL 0x0700 /* optical disk */ [all …]
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 86 #define NG_HCI_SPEC_V10 0x00 /* v1.0 */ 87 #define NG_HCI_SPEC_V11 0x01 /* v1.1 */ 88 /* 0x02 - 0xFF - reserved for future use */ 91 /* ------------------- byte 0 --------------------*/ 92 #define NG_HCI_LMP_3SLOT 0x01 93 #define NG_HCI_LMP_5SLOT 0x02 94 #define NG_HCI_LMP_ENCRYPTION 0x04 95 #define NG_HCI_LMP_SLOT_OFFSET 0x0 [all...] |