Home
last modified time | relevance | path

Searched +full:0 +full:x40d (Results 1 – 15 of 15) sorted by relevance

/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 Dsyzkaller13.sh4 # exclusive sleep mutex so_rcv (so_rcv) r = 0 (0xfffffe012b5ee300) locked @ kern/uipc_usrreq.c:1272
5 # exclusive sleep mutex socket (socket) r = 0 (0xfffffe012b5ee1a8) locked @ kern/uipc_usrreq.c:1265
6 # shared rw unp_link_rwlock (unp_link_rwlock) r = 0 (0xffffffff81d99640) locked @ kern/uipc_usrreq.…
8 # #0 0xffffffff80c35701 at witness_debugger+0x71
9 # #1 0xffffffff80c3669d at witness_warn+0x40d
10 # #2 0xffffffff8106fb90 at trap_pfault+0x80
11 # #3 0xffffffff8106f1a5 at trap+0x2a5
12 # #4 0xffffffff810450d8 at calltrap+0x8
13 # #5 0xffffffff80bc6fcc at sendfile_iodone+0x1ac
14 # #6 0xffffffff80f3d98a at vnode_pager_generic_getpages_done_async+0x3a
[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/sys/arm64/arm64/
H A Dtrap.c142 dst_ap = &sa->args[0]; in cpu_fetch_syscall_args()
163 td->td_retval[0] = 0; in cpu_fetch_syscall_args()
164 td->td_retval[1] = 0; in cpu_fetch_syscall_args()
166 return (0); in cpu_fetch_syscall_args()
197 if ((frame->tf_esr & ESR_ELx_ISS_MASK) == 0) { in svc_handler()
214 printf(" esr: 0x%.16lx\n", esr); in align_abort()
311 if (td->td_md.md_spinlock_count == 0 && in data_abort()
313 MPASS((frame->tf_spsr & PSR_DAIF_INTR) == 0); in data_abort()
318 if (td->td_md.md_spinlock_count == 0 && in data_abort()
320 MPASS((frame->tf_spsr & PSR_DAIF_INTR) == 0); in data_abort()
[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/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/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/contrib/device-tree/src/arm64/qcom/
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 …]
H A Dmsm8998.dtsi16 qcom,msm-id = <292 0x0>;
26 reg = <0x0 0x80000000 0x0 0x0>;
35 reg = <0x0 0x85800000 0x0 0x600000>;
40 reg = <0x0 0x85e00000 0x0 0x100000>;
45 reg = <0x0 0x86000000 0x0 0x200000>;
50 reg = <0x0 0x86200000 0x0 0x2d00000>;
56 reg = <0x0 0x88f00000 0x0 0x200000>;
64 reg = <0x0 0x8ab00000 0x0 0x700000>;
69 reg = <0x0 0x8b200000 0x0 0x1a00000>;
74 reg = <0x0 0x8cc00000 0x0 0x7000000>;
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h84 #define DTRACE_IDNONE 0 /* invalid probe identifier */
85 #define DTRACE_EPIDNONE 0 /* invalid enabled probe identifier */
86 #define DTRACE_AGGIDNONE 0 /* invalid aggregation identifier */
87 #define DTRACE_AGGVARIDNONE 0 /* invalid aggregation variable ID */
88 #define DTRACE_CACHEIDNONE 0 /* invalid predicate cache */
89 #define DTRACE_PROVNONE 0 /* invalid provider identifier */
90 #define DTRACE_METAPROVNONE 0 /* invalid meta-provider identifier */
111 DTRACE_PROBESPEC_PROVIDER = 0,
213 #define DIF_INTOFF_MAX 0xffff /* highest integer table offset */
214 #define DIF_STROFF_MAX 0xffff /* highest string table offset */
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h33 #define MASKBYTE0 0xff
34 #define MASKBYTE1 0xff00
35 #define MASKBYTE2 0xff0000
36 #define MASKBYTE3 0xff000000
37 #define MASKBYTE4 0xff00000000ULL
38 #define MASKHWORD 0xffff0000
39 #define MASKLWORD 0x0000ffff
40 #define MASKDWORD 0xffffffff
41 #define RFREG_MASK 0xfffff
42 #define INV_RF_DATA 0xfffffff
[all...]
/freebsd/crypto/heimdal/lib/wind/
H A Dmap_table.c8 {0x0, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */
9 {0x1, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */
10 {0x2, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */
11 {0x3, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */
12 {0x4, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */
13 {0x5, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */
14 {0x6, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */
15 {0x7, 0, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to nothing */
16 {0x9, 1, 0, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to SPACE */
17 {0xa, 1, 1, WIND_PROFILE_LDAP|WIND_PROFILE_LDAP_CASE}, /* rfc4518-map: Map to SPACE */
[all …]
H A Dnormalize_table.c9 {0xa0, 1, 0}, /* NO-BREAK SPACE */
10 {0xa8, 2, 1}, /* DIAERESIS */
11 {0xaa, 1, 3}, /* FEMININE ORDINAL INDICATOR */
12 {0xaf, 2, 4}, /* MACRON */
13 {0xb2, 1, 6}, /* SUPERSCRIPT TWO */
14 {0xb3, 1, 7}, /* SUPERSCRIPT THREE */
15 {0xb4, 2, 8}, /* ACUTE ACCENT */
16 {0xb5, 1, 10}, /* MICRO SIGN */
17 {0xb8, 2, 11}, /* CEDILLA */
18 {0xb9, 1, 13}, /* SUPERSCRIPT ONE */
[all …]