Searched defs:be (Results 1 - 3 of 3) sorted by relevance

/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/ia64/include/asm/
H A Dprocessor.h63 * This shift should be large enough to be able to represent 1000000000/itc_freq with good
89 __u64 be : 1; member in struct:ia64_psr
240 * Do not use the address of local_cpu_data, since it will be different from
355 * process memory space will not be free'd until both the parent and
358 * NOTE 2: This MUST NOT be an inlined function. Otherwise, we get
415 * The following three macros can't be inline functions because we don't have struct
421 * Must be called from code that has preemption disabled.
432 * Must be called from code that has preemption disabled.
527 /* as per EAS2.6, itc must be th
[all...]

Completed in 86 milliseconds