Searched refs:BIT (Results 1 - 25 of 322) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A De500_registers.h28 msr_e500_spu_enable = BIT(38)
35 spefscr_sovh = BIT(32), /* summary integer overlow (high) */
36 spefscr_ovh = BIT(33), /* int overflow (high) */
37 spefscr_fgh = BIT(34), /* FP guard (high) */
38 spefscr_fxh = BIT(35), /* FP sticky (high) */
39 spefscr_finvh = BIT(36), /* FP invalid operand (high) */
40 spefscr_fdbzh = BIT(37), /* FP divide by zero (high) */
41 spefscr_funfh = BIT(38), /* FP underflow (high) */
42 spefscr_fovfh = BIT(39), /* FP overflow (high) */
43 spefscr_finxs = BIT(4
[all...]
H A Dregisters.h208 msr_64bit_mode = BIT(0),
213 msr_power_management_enable = BIT(45),
214 msr_tempoary_gpr_remapping = BIT(46), /* 603 specific */
215 msr_interrupt_little_endian_mode = BIT(47),
216 msr_external_interrupt_enable = BIT(48),
217 msr_problem_state = BIT(49),
218 msr_floating_point_available = BIT(50),
219 msr_machine_check_enable = BIT(51),
220 msr_floating_point_exception_mode_0 = BIT(52),
221 msr_single_step_trace_enable = BIT(5
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A De500_registers.h28 msr_e500_spu_enable = BIT(38)
35 spefscr_sovh = BIT(32), /* summary integer overlow (high) */
36 spefscr_ovh = BIT(33), /* int overflow (high) */
37 spefscr_fgh = BIT(34), /* FP guard (high) */
38 spefscr_fxh = BIT(35), /* FP sticky (high) */
39 spefscr_finvh = BIT(36), /* FP invalid operand (high) */
40 spefscr_fdbzh = BIT(37), /* FP divide by zero (high) */
41 spefscr_funfh = BIT(38), /* FP underflow (high) */
42 spefscr_fovfh = BIT(39), /* FP overflow (high) */
43 spefscr_finxs = BIT(4
[all...]
H A Dregisters.h208 msr_64bit_mode = BIT(0),
213 msr_power_management_enable = BIT(45),
214 msr_tempoary_gpr_remapping = BIT(46), /* 603 specific */
215 msr_interrupt_little_endian_mode = BIT(47),
216 msr_external_interrupt_enable = BIT(48),
217 msr_problem_state = BIT(49),
218 msr_floating_point_available = BIT(50),
219 msr_machine_check_enable = BIT(51),
220 msr_floating_point_exception_mode_0 = BIT(52),
221 msr_single_step_trace_enable = BIT(5
[all...]
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddefs.h21 #define WPA_CIPHER_NONE BIT(0)
22 #define WPA_CIPHER_WEP40 BIT(1)
23 #define WPA_CIPHER_WEP104 BIT(2)
24 #define WPA_CIPHER_TKIP BIT(3)
25 #define WPA_CIPHER_CCMP BIT(4)
26 #define WPA_CIPHER_AES_128_CMAC BIT(5)
27 #define WPA_CIPHER_GCMP BIT(6)
28 #define WPA_CIPHER_SMS4 BIT(7)
29 #define WPA_CIPHER_GCMP_256 BIT(8)
30 #define WPA_CIPHER_CCMP_256 BIT(
[all...]
H A Dieee802_11_defs.h32 #define WLAN_GET_SEQ_FRAG(seq) ((seq) & (BIT(3) | BIT(2) | BIT(1) | BIT(0)))
34 (((seq) & (~(BIT(3) | BIT(2) | BIT(1) | BIT(0)))) >> 4)
91 #define WLAN_CAPABILITY_ESS BIT(0)
92 #define WLAN_CAPABILITY_IBSS BIT(
[all...]
H A Dwpa_ctrl.h381 #define WPA_BSS_MASK_ID BIT(0)
382 #define WPA_BSS_MASK_BSSID BIT(1)
383 #define WPA_BSS_MASK_FREQ BIT(2)
384 #define WPA_BSS_MASK_BEACON_INT BIT(3)
385 #define WPA_BSS_MASK_CAPABILITIES BIT(4)
386 #define WPA_BSS_MASK_QUAL BIT(5)
387 #define WPA_BSS_MASK_NOISE BIT(6)
388 #define WPA_BSS_MASK_LEVEL BIT(7)
389 #define WPA_BSS_MASK_TSF BIT(8)
390 #define WPA_BSS_MASK_AGE BIT(
[all...]
/netbsd-current/bin/ksh/
H A Dtree.h94 #define IOEVAL BIT(4) /* expand in << */
95 #define IOSKIP BIT(5) /* <<-, skip ^\t* */
96 #define IOCLOB BIT(6) /* >|, override -o noclobber */
97 #define IORDUP BIT(7) /* x<&y (as opposed to x>&y) */
98 #define IONAMEXP BIT(8) /* name has been expanded */
101 #define XEXEC BIT(0) /* execute without forking */
102 #define XFORK BIT(1) /* fork before executing */
103 #define XBGND BIT(2) /* command & */
104 #define XPIPEI BIT(3) /* input is pipe */
105 #define XPIPEO BIT(
[all...]
H A Dtable.h37 #define ALLOC BIT(0) /* val.s has been allocated */
38 #define DEFINED BIT(1) /* is defined in block */
39 #define ISSET BIT(2) /* has value, vp->val.[si] */
40 #define EXPORT BIT(3) /* exported variable/function */
41 #define TRACE BIT(4) /* var: user flagged, func: execution tracing */
44 #define SPECIAL BIT(8) /* PATH, IFS, SECONDS, etc */
45 #define INTEGER BIT(9) /* val.i contains integer value */
46 #define RDONLY BIT(10) /* read-only variable */
47 #define LOCAL BIT(11) /* for local typeset() */
48 #define ARRAY BIT(1
[all...]
H A Dlex.h45 #define SF_ECHO BIT(0) /* echo input to shlout */
46 #define SF_ALIAS BIT(1) /* faking space at end of alias */
47 #define SF_ALIASEND BIT(2) /* faking space at end of alias */
48 #define SF_TTY BIT(3) /* type == SSTDIN & it is a tty */
108 #define CONTIN BIT(0) /* skip new lines to complete command */
109 #define ONEWORD BIT(1) /* single word for substitute() */
110 #define ALIAS BIT(2) /* recognize alias */
111 #define KEYWORD BIT(3) /* recognize keywords */
112 #define LETEXPR BIT(4) /* get expression inside (( )) */
113 #define VARASN BIT(
[all...]
H A Dsh.h159 #define BIT(i) (1<<(i)) /* define bit in flag */ macro
236 #define EF_FUNC_PARSE BIT(0) /* function being parsed */
237 #define EF_BRKCONT_PASS BIT(1) /* set if E_LOOP must pass break/continue on */
238 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
370 #define TF_SHELL_USES BIT(0) /* shell uses signal, user can't change */
371 #define TF_USER_SET BIT(1) /* user has (tried to) set trap */
372 #define TF_ORIG_IGN BIT(2) /* original action was SIG_IGN */
373 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL */
374 #define TF_EXEC_IGN BIT(4) /* restore SIG_IGN just before exec */
375 #define TF_EXEC_DFL BIT(
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_shrinker.h21 #define I915_SHRINK_UNBOUND BIT(0)
22 #define I915_SHRINK_BOUND BIT(1)
23 #define I915_SHRINK_ACTIVE BIT(2)
24 #define I915_SHRINK_VMAPS BIT(3)
25 #define I915_SHRINK_WRITEBACK BIT(4)
H A Di915_gem_clflush.h19 #define I915_CLFLUSH_FORCE BIT(0)
20 #define I915_CLFLUSH_SYNC BIT(1)
H A Di915_gem_object_types.h35 #define I915_GEM_OBJECT_HAS_STRUCT_PAGE BIT(0)
36 #define I915_GEM_OBJECT_HAS_IOMEM BIT(1)
37 #define I915_GEM_OBJECT_IS_SHRINKABLE BIT(2)
38 #define I915_GEM_OBJECT_IS_PROXY BIT(3)
39 #define I915_GEM_OBJECT_NO_GGTT BIT(4)
40 #define I915_GEM_OBJECT_ASYNC_CANCEL BIT(5)
155 #define I915_BO_ALLOC_CONTIGUOUS BIT(0)
156 #define I915_BO_ALLOC_VOLATILE BIT(1)
158 #define I915_BO_READONLY BIT(2)
166 #define I915_BO_CACHE_COHERENT_FOR_READ BIT(
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dmips-octeon-bbit.c6 #define DEF_BBIT_TAKEN(BRANCH_IF, BIT) \
7 int bbit_is_taken_##BRANCH_IF##_##BIT (volatile uint64_t *p) \
12 "bbit" #BRANCH_IF " %1, " #BIT ", 1f \n\t" \
24 volatile uint64_t taken_##BRANCH_IF##_##BIT = \
25 BASE & (~(1ull << BIT)) | ((uint64_t) BRANCH_IF << BIT); \
26 volatile uint64_t not_taken_##BRANCH_IF##_##BIT = \
27 BASE & (~(1ull << BIT)) | (((uint64_t) !BRANCH_IF) << BIT);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dmips-octeon-bbit.c6 #define DEF_BBIT_TAKEN(BRANCH_IF, BIT) \
7 int bbit_is_taken_##BRANCH_IF##_##BIT (volatile uint64_t *p) \
12 "bbit" #BRANCH_IF " %1, " #BIT ", 1f \n\t" \
24 volatile uint64_t taken_##BRANCH_IF##_##BIT = \
25 BASE & (~(1ull << BIT)) | ((uint64_t) BRANCH_IF << BIT); \
26 volatile uint64_t not_taken_##BRANCH_IF##_##BIT = \
27 BASE & (~(1ull << BIT)) | (((uint64_t) !BRANCH_IF) << BIT);
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Dsim-main.h26 #undef BIT macro
/netbsd-current/sys/dev/pci/
H A Dvoodoofbreg.h197 #define BIT(x) (1UL << (x)) macro
204 #define AUTOINC_DSTX BIT(10)
205 #define AUTOINC_DSTY BIT(11)
209 #define SST_2D_GO BIT(8)
212 #define STATUS_RETRACE BIT(6)
213 #define STATUS_BUSY BIT(9)
214 #define MISCINIT1_CLUT_INV BIT(0)
215 #define MISCINIT1_2DBLOCK_DIS BIT(15)
216 #define DRAMINIT0_SGRAM_NUM BIT(26)
217 #define DRAMINIT0_SGRAM_TYPE BIT(2
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_scheduler_types.h70 #define I915_SCHED_HAS_SEMAPHORE_CHAIN BIT(0)
81 #define I915_DEPENDENCY_ALLOC BIT(0)
82 #define I915_DEPENDENCY_EXTERNAL BIT(1)
H A Di915_priolist_types.h32 #define I915_PRIORITY_COUNT BIT(I915_USER_PRIORITY_SHIFT)
35 #define I915_PRIORITY_WAIT ((u8)BIT(0))
36 #define I915_PRIORITY_NOSEMAPHORE ((u8)BIT(1))
H A Di915_pci.c43 #define GEN(x) .gen = (x), .gen_mask = BIT((x) - 1)
166 .pipe_mask = BIT(PIPE_A) | BIT(PIPE_B), \
174 .engine_mask = BIT(RCS0), \
185 .pipe_mask = BIT(PIPE_A), \
192 .engine_mask = BIT(RCS0), \
224 .pipe_mask = BIT(PIPE_A) | BIT(PIPE_B), \
227 .engine_mask = BIT(RCS0), \
309 .pipe_mask = BIT(PIPE_
[all...]
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dvendorid.h37 #ifndef BIT
38 #define BIT(x) (1 << (x)) macro
54 #define VENDORID_GSSAPI_MASK (BIT(VENDORID_GSSAPI_LONG) | \
55 BIT(VENDORID_GSSAPI) | \
56 BIT(VENDORID_MS_NT5))
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls.h97 #define TLS_CONN_ALLOW_SIGN_RSA_MD5 BIT(0)
98 #define TLS_CONN_DISABLE_TIME_CHECKS BIT(1)
99 #define TLS_CONN_DISABLE_SESSION_TICKET BIT(2)
100 #define TLS_CONN_REQUEST_OCSP BIT(3)
101 #define TLS_CONN_REQUIRE_OCSP BIT(4)
102 #define TLS_CONN_DISABLE_TLSv1_1 BIT(5)
103 #define TLS_CONN_DISABLE_TLSv1_2 BIT(6)
104 #define TLS_CONN_EAP_FAST BIT(7)
105 #define TLS_CONN_DISABLE_TLSv1_0 BIT(8)
106 #define TLS_CONN_EXT_CERT_CHECK BIT(
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_reg.h131 #define GUC_INTR_GUC2HOST BIT(15)
132 #define GUC_INTR_EXEC_ERROR BIT(14)
133 #define GUC_INTR_DISPLAY_EVENT BIT(13)
134 #define GUC_INTR_SEM_SIG BIT(12)
135 #define GUC_INTR_IOMMU2GUC BIT(11)
136 #define GUC_INTR_DOORBELL_RANG BIT(10)
137 #define GUC_INTR_DMA_DONE BIT(9)
138 #define GUC_INTR_FATAL_ERROR BIT(8)
139 #define GUC_INTR_NOTIF_ERROR BIT(7)
140 #define GUC_INTR_SW_INT_6 BIT(
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Dsim-main.h26 #undef BIT macro

Completed in 253 milliseconds

1234567891011>>