Searched defs:be (Results 1 - 5 of 5) sorted by last modified time

/arch/tile/include/arch/
H A Dmpipe_shm.h8 * This program is distributed in the hope that it will be useful, but
28 * is used to specify the location of egress packet data to be sent out of
53 /** Reserved. Must be zero. */
58 * Nothing to be sent. Used, for example, when software has dropped a
63 * Notification interrupt will be delivered when packet has been egressed.
68 * command. Must be clear on all but the last descriptor for an egress
72 /** Reserved. Must be zero. */
75 * Number of bytes to be sent for this descriptor. When zero, no data
76 * will be moved and the buffer descriptor will be ignore
306 uint_reg_t be : 1; member in struct:__anon2838::__anon2839
[all...]
/arch/ia64/include/asm/
H A Dprocessor.h61 * This shift should be large enough to be able to represent 1000000000/itc_freq with good
88 __u64 be : 1; member in struct:ia64_psr
239 * Do not use the address of local_cpu_data, since it will be different from
393 * The following three macros can't be inline functions because we don't have struct
399 * Must be called from code that has preemption disabled.
410 * Must be called from code that has preemption disabled.
505 /* as per EAS2.6, itc must be the last instruction in an instruction group */
525 /* Set the interrupt vector address. The address must be suitably aligned (32KB). */
596 * SPILL_ADDR. UNAT is the mask to be update
[all...]
/arch/powerpc/lib/
H A Drheap.c107 /* This function is not meant to be used to grow uncontrollably */
158 unsigned long s, e, bs, be; local
176 be = bs + blk->size;
181 if (be == s)
257 /* Alignment must be a power of two */
306 /* Alignment must be a power of two */
335 /* The region must be aligned */
374 unsigned long s, e, m, bs, be; local
380 /* The region must be aligned */
399 be
531 unsigned long s, e, m, bs = 0, be = 0; local
[all...]
/arch/powerpc/platforms/cell/
H A Dcbe_regs.c67 /* walk up path until cpu or be node was found */
74 strcasecmp(tmp_np->type, "be"));
171 for_each_node_by_type (np, "be") {
195 struct device_node *be, *np; local
197 be = map->be_node;
200 if (of_get_parent(np) == be)
204 if (of_get_parent(np) == be)
208 if (of_get_parent(np) == be)
/arch/arc/kernel/
H A Dsetup.c144 int i, be, atomic; local
151 be = IS_ENABLED(CONFIG_CPU_BIG_ENDIAN);
168 IS_AVAIL1(be, "[Big-Endian]"));
259 * DCCM can be arbit placed in hardware.
366 /* Can be issue if someone passes cmd line arg "ro"

Completed in 134 milliseconds