Home
last modified time | relevance | path

Searched +full:0 +full:x401 (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-wormdingler-rev1-boe-rt5682s.dts7 * SKU: 0x401 => 1025
8 * - bits 11..8: Panel ID: 0x4 (BOE)
H A Dsdm630.dtsi35 #clock-cells = <0>;
42 #clock-cells = <0>;
50 #size-cells = <0>;
55 reg = <0x0 0x100>;
75 reg = <0x0 0x101>;
90 reg = <0x0 0x102>;
105 reg = <0x0 0x103>;
117 CPU4: cpu@0 {
120 reg = <0x0 0x0>;
140 reg = <0x0 0x1>;
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/reset/
H A Dhisi,hi6220-resets.h9 #define PERIPH_RSTDIS0_MMC0 0x000
10 #define PERIPH_RSTDIS0_MMC1 0x001
11 #define PERIPH_RSTDIS0_MMC2 0x002
12 #define PERIPH_RSTDIS0_NANDC 0x003
13 #define PERIPH_RSTDIS0_USBOTG_BUS 0x004
14 #define PERIPH_RSTDIS0_POR_PICOPHY 0x005
15 #define PERIPH_RSTDIS0_USBOTG 0x006
16 #define PERIPH_RSTDIS0_USBOTG_32K 0x007
17 #define PERIPH_RSTDIS1_HIFI 0x100
18 #define PERIPH_RSTDIS1_DIGACODEC 0x105
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dqcom,sdm660-venus.yaml113 reg = <0x0cc00000 0xff000>;
119 interconnects = <&gnoc 0 &mnoc 13>,
123 iommus = <&mmss_smmu 0x400>,
124 <&mmss_smmu 0x401>,
125 <&mmss_smmu 0x40a>,
126 <&mmss_smmu 0x407>,
127 <&mmss_smmu 0x40e>,
128 <&mmss_smmu 0x40f>,
129 <&mmss_smmu 0x408>,
130 <&mmss_smmu 0x409>,
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller46.sh5 # fault virtual address = 0x28
7 # instruction pointer = 0x20:0xffffffff81549dea
8 # stack pointer = 0x28:0xfffffe01d8689480
9 # frame pointer = 0x28:0xfffffe01d8689490
10 # code segment = base 0x0, limit 0xfffff, type 0x1b
11 # = DPL 0, pres 1, long 1, def32 0, gran 1
12 # processor eflags = interrupt enabled, resume, IOPL = 0
19 # db_trace_self_wrapper() at db_trace_self_wrapper+0xa5/frame 0xfffffe01d8688cb0
20 # kdb_backtrace() at kdb_backtrace+0xc9/frame 0xfffffe01d8688e10
21 # vpanic() at vpanic+0x248/frame 0xfffffe01d8688ef0
[all …]
H A Dsetsockopt2.sh34 [ `id -u` -ne 0 ] && echo "Must be root!" && exit 1
39 sed '1,/^EOF/d' < $odir/$0 > $dir/setsockopt2.c
56 [ -f setsockopt2.core -a $s -eq 0 ] &&
94 #define SYNC 0
105 success = 0;
107 memset(&sun, 0, sizeof(sun));
115 share[SYNC] = 0;
123 prot = 0;
129 if (pid < 0)
131 if (pid == 0) {
[all …]
H A Dsyzkaller16.sh4 # cpuid = 10; apic id = 0a
5 # instruction pointer = 0x20:0xffffffff80db1fd9
6 # stack pointer = 0x0:0xfffffe00e2240660
7 # frame pointer = 0x0:0xfffffe00e2240830
8 # code segment = base 0x0, limit 0xfffff, type 0x1b
9 # = DPL 0, pres 1, long 1, def32 0, gran 1
10 # processor eflags = interrupt enabled, resume, IOPL = 0
17 # db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00e2240370
18 # vpanic() at vpanic+0x182/frame 0xfffffe00e22403c0
19 # panic() at panic+0x43/frame 0xfffffe00e2240420
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_core.h52 } while (0)
75 MLX5_SEMAPHORE_SW_RESET = 0x20,
81 MLX5_PDDR_OPERATIONAL_INFO_PAGE = 0x0,
82 MLX5_PDDR_TROUBLESHOOTING_INFO_PAGE = 0x1,
83 MLX5_PDDR_MODULE_INFO_PAGE = 0x3,
87 MLX5_LINK_NO_ISSUE_OBSERVED = 0x0,
88 MLX5_LINK_PORT_CLOSED = 0x1,
89 MLX5_LINK_AN_FAILURE = 0x2,
90 MLX5_LINK_TRAINING_FAILURE = 0x5,
91 MLX5_LINK_LOGICAL_MISMATCH = 0x
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DAArch64.def7 // Null relocation: also 0x100 for ELF64
8 ELF_RELOC(R_AARCH64_NONE, 0)
10 ELF_RELOC(R_AARCH64_ABS64, 0x101)
11 ELF_RELOC(R_AARCH64_ABS32, 0x102)
12 ELF_RELOC(R_AARCH64_ABS16, 0x103)
13 ELF_RELOC(R_AARCH64_PREL64, 0x104)
14 ELF_RELOC(R_AARCH64_PREL32, 0x105)
15 ELF_RELOC(R_AARCH64_PREL16, 0x106)
17 ELF_RELOC(R_AARCH64_MOVW_UABS_G0, 0x107)
18 ELF_RELOC(R_AARCH64_MOVW_UABS_G0_NC, 0x108)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSystemRegister.td3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
40 let M2M3Encoding8{7-0} = Enc12{7-0};
47 def : MClassSysReg<0, 0, 0, 0x400, "apsr_g">;
48 def : MClassSysReg<0, 1, 1, 0xc00, "apsr_nzcvqg">;
49 def : MClassSysReg<0, 0, 0, 0x401, "iapsr_g">;
50 def : MClassSysReg<0, 1, 1, 0xc01, "iapsr_nzcvqg">;
51 def : MClassSysReg<0, 0, 0, 0x402, "eapsr_g">;
52 def : MClassSysReg<0, 1, 1, 0xc02, "eapsr_nzcvqg">;
53 def : MClassSysReg<0, 0, 0, 0x403, "xpsr_g">;
54 def : MClassSysReg<0, 1, 1, 0xc03, "xpsr_nzcvqg">;
[all …]
/freebsd/sys/dev/ppc/
H A Dppcreg.h38 #define SMC_LIKE 0
55 #define PPC_TYPE_SMCLIKE 0
70 #define PPC_IRQ_NONE 0x0
71 #define PPC_IRQ_nACK 0x1
72 #define PPC_IRQ_DMA 0x2
73 #define PPC_IRQ_FIFO 0x4
74 #define PPC_IRQ_nFAULT 0x8
77 #define PPC_DMA_INIT 0x01
78 #define PPC_DMA_STARTED 0x02
79 #define PPC_DMA_COMPLETE 0x03
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dxenix14 0 string core core file (Xenix)
20 0 byte 0x80
27 >>1 uleshort >0
29 >>>3 ubyte >0
31 >>>>(1.s+3) ubyte >0x6D
33 >>>>>(1.s+3) ubyte <0xF2 8086 relocatable (Microsoft)
50 0 leshort 0xff65 Microsoft x.out
52 >0 byte x archive
66 0 leshort 0x206
67 >0x1c byte&0xc0 =0x40 Microsoft x.out little-endian
[all …]
/freebsd/crypto/openssh/
H A Dpkcs11.h208 #define CKN_SURRENDER (0)
224 #define CKF_TOKEN_PRESENT (1 << 0)
253 #define CKF_RNG (1 << 0)
273 #define CK_EFFECTIVELY_INFINITE (0)
278 #define CK_INVALID_HANDLE (0)
283 #define CKU_SO (0)
290 #define CKS_RO_PUBLIC_SESSION (0)
314 #define CKO_DATA (0)
335 #define CKK_RSA (0)
342 #define CKK_GENERIC_SECRET (0x10)
[all …]
/freebsd/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h207 #define CKN_SURRENDER (0)
223 #define CKF_TOKEN_PRESENT (1 << 0)
252 #define CKF_RNG (1 << 0)
272 #define CK_EFFECTIVELY_INFINITE (0)
277 #define CK_INVALID_HANDLE (0)
282 #define CKU_SO (0)
289 #define CKS_RO_PUBLIC_SESSION (0)
313 #define CKO_DATA (0)
334 #define CKK_RSA (0)
341 #define CKK_GENERIC_SECRET (0x10)
[all …]
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc_reg.h37 #define DC_CMD_GENERAL_INCR_SYNCPT 0x000
38 #define DC_CMD_GENERAL_INCR_SYNCPT_CNTRL 0x001
40 #define SYNCPT_CNTRL_SOFT_RESET (1 << 0)
42 #define DC_CMD_GENERAL_INCR_SYNCPT_ERROR 0x002
43 #define DC_CMD_WIN_A_INCR_SYNCPT 0x008
44 #define DC_CMD_WIN_A_INCR_SYNCPT_CNTRL 0x009
45 #define DC_CMD_WIN_A_INCR_SYNCPT_ERROR 0x00a
46 #define DC_CMD_WIN_B_INCR_SYNCPT 0x010
47 #define DC_CMD_WIN_B_INCR_SYNCPT_CNTRL 0x011
48 #define DC_CMD_WIN_B_INCR_SYNCPT_ERROR 0x012
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_types_etmv4.h51 ETM4_PKT_I_NOTSYNC = 0x200, /*!< no sync found yet. */
56 ETM4_PKT_I_BAD_SEQUENCE = 0x300, /*!< invalid sequence for packet type. */
63 ETM4_PKT_I_EXTENSION = 0x00, /*!< b00000000 */
66 ETM4_PKT_I_TRACE_INFO = 0x01, /*!< b00000001 */
68 ETM4_PKT_I_TIMESTAMP = 0x02, /*!< b0000001x */
69 ETM4_PKT_I_TRACE_ON = 0x04, /*!< b00000100 */
70 ETM4_PKT_I_FUNC_RET = 0x05, /*!< b00000101 (V8M only) */
72 ETM4_PKT_I_EXCEPT = 0x06, /*!< b00000110 */
73 ETM4_PKT_I_EXCEPT_RTN = 0x07, /*!< b00000111 (ETE invalid) */
75 /* unused encoding 0x08 b00001000 */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
144 unsigned addr = 0; in decodeFIOARr()
145 addr |= fieldFromInstruction(Insn, 0, 4); in decodeFIOARr()
157 unsigned addr = 0; in decodeFIORdA()
158 addr |= fieldFromInstruction(Insn, 0, 4); in decodeFIORdA()
171 unsigned b = fieldFromInstruction(Insn, 0, 3); in decodeFIOBIT()
207 unsigned r = fieldFromInstruction(Insn, 0, 3) + 16; in decodeFFMULRdRr()
221 unsigned d = fieldFromInstruction(Insn, 0, 4) * 2; in decodeFMOVWRdRr()
234 unsigned k = 0; in decodeFWRdK()
235 k |= fieldFromInstruction(Insn, 0, 4); in decodeFWRdK()
[all …]
/freebsd/sys/arm/arm/
H A Dtrap-v6.c127 {abort_fatal, "Undefined Code (0x000)"},
138 {abort_fatal, "Undefined Code (0x00A)"},
146 {abort_fatal, "Undefined Code (0x401)"},
147 {abort_fatal, "Undefined Code (0x402)"},
148 {abort_fatal, "Undefined Code (0x403)"},
149 {abort_fatal, "Undefined Code (0x404)"},
150 {abort_fatal, "Undefined Code (0x405)"},
152 {abort_fatal, "Undefined Code (0x407)"},
156 {abort_fatal, "Undefined Code (0x40A)"},
157 {abort_fatal, "Undefined Code (0x40B)"},
[all …]
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h70 * open at the same time is 0xffff - 0x0040 = 0xffbf (65471). This number
74 #define NG_L2CAP_NULL_CID 0x0000 /* DO NOT USE THIS CID */
75 #define NG_L2CAP_SIGNAL_CID 0x0001 /* signaling channel ID */
76 #define NG_L2CAP_CLT_CID 0x0002 /* connectionless channel ID */
77 #define NG_L2CAP_A2MP_CID 0x0003
78 #define NG_L2CAP_ATT_CID 0x0004
79 #define NG_L2CAP_LESIGNAL_CID 0x0005
80 #define NG_L2CAP_SMP_CID 0x0006
81 /* 0x0007 - 0x003f Reserved */
82 #define NG_L2CAP_FIRST_CID 0x0040 /* dynamically alloc. (start) */
[all …]
/freebsd/sys/dev/bwi/
H A Dbwiphy.c103 #define BWI_PHYTBL_WRSSI 0x1000
104 #define BWI_PHYTBL_NOISE_SCALE 0x1400
105 #define BWI_PHYTBL_NOISE 0x1800
106 #define BWI_PHYTBL_ROTOR 0x2000
107 #define BWI_PHYTBL_DELAY 0x2400
108 #define BWI_PHYTBL_RSSI 0x4000
109 #define BWI_PHYTBL_SIGMA_SQ 0x5000
110 #define BWI_PHYTBL_WRSSI_REV1 0x5400
111 #define BWI_PHYTBL_FREQ 0x5800
187 for (i = 0; i < nitems(bwi_sup_bphy); ++i) { in bwi_phy_attach()
[all …]
/freebsd/sys/x86/include/
H A Dspecialreg.h38 #define CR0_PE 0x00000001 /* Protected mode Enable */
39 #define CR0_MP 0x00000002 /* "Math" (fpu) Present */
40 #define CR0_EM 0x00000004 /* EMulate FPU instructions. (trap ESC only) */
41 #define CR0_TS 0x00000008 /* Task Switched (if MP, trap ESC and WAIT) */
42 #define CR0_PG 0x80000000 /* PaGing enable */
47 #define CR0_NE 0x00000020 /* Numeric Error enable (EX16 vs IRQ13) */
48 #define CR0_WP 0x00010000 /* Write Protect (honor page protect in
50 #define CR0_AM 0x00040000 /* Alignment Mask (set to enable AC flag) */
51 #define CR0_NW 0x20000000 /* Not Write-through */
52 #define CR0_CD 0x40000000 /* Cache Disable */
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-lx2160a.dtsi12 /memreserve/ 0x80000000 0x00010000;
26 #size-cells = <0>;
29 cpu0: cpu@0 {
33 reg = <0x0>;
34 clocks = <&clockgen QORIQ_CLK_CMUX 0>;
35 d-cache-size = <0x8000>;
38 i-cache-size = <0xC000>;
50 reg = <0x1>;
51 clocks = <&clockgen QORIQ_CLK_CMUX 0>;
52 d-cache-size = <0x8000>;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45 static const char ElfMagic[] = {0x7f, 'E', 'L', 'F', '\0'};
49 EI_MAG0 = 0, // File identification index.
79 return (memcmp(e_ident, ElfMagic, strlen(ElfMagic))) == 0; in checkMagic()
105 return (memcmp(e_ident, ElfMagic, strlen(ElfMagic))) == 0; in checkMagic()
116 ET_NONE = 0, // No file type
121 ET_LOOS = 0xfe00, // Beginning of operating system-specific codes
122 ET_HIOS = 0xfeff, // Operating system-specific
123 ET_LOPROC = 0xff00, // Beginning of processor-specific codes
124 ET_HIPROC = 0xffff // Processor-specific
[all …]
/freebsd/sys/sys/
H A Delf_common.h59 #define ODK_NULL 0 /* undefined */
75 #define OEX_FPU_MIN 0x0000001f /* min FPU exception required */
76 #define OEX_FPU_MAX 0x00001f00 /* max FPU exception allowed */
77 #define OEX_PAGE0 0x00010000 /* page zero must be mapped */
78 #define OEX_SMM 0x00020000 /* run in sequential memory mode */
79 #define OEX_PRECISEFP 0x00040000 /* run in precise FP exception mode */
80 #define OEX_DISMISS 0x00080000 /* dismiss invalid address traps */
85 #define OPAD_PREFIX 0x0001
86 #define OPAD_POSTFIX 0x0002
87 #define OPAD_SYMBOL 0x0004
[all …]
H A Dsoundcard.h133 * Use a size of 0 or 1 to return to character mode.
159 #define AFMT_QUERY 0x00000000 /* Return current format */
160 #define AFMT_MU_LAW 0x00000001 /* Logarithmic mu-law */
161 #define AFMT_A_LAW 0x00000002 /* Logarithmic A-law */
162 #define AFMT_IMA_ADPCM 0x00000004 /* A 4:1 compressed format where 16-bit
165 #define AFMT_U8 0x00000008 /* Unsigned 8-bit */
166 #define AFMT_S16_LE 0x00000010 /* Little endian signed 16-bit */
167 #define AFMT_S16_BE 0x00000020 /* Big endian signed 16-bit */
168 #define AFMT_S8 0x00000040 /* Signed 8-bit */
169 #define AFMT_U16_LE 0x00000080 /* Little endian unsigned 16-bit */
[all …]

12