Searched refs:ADDR_ALIGN (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbppc/virtex/dev/
H A Dtftreg.h40 #define ADDR_ALIGN (~ADDR_MASK + 1) macro
H A Dtft_plb.c108 if ((error = bus_dmamem_alloc(psc->psc_dmat, sc->sc_size, ADDR_ALIGN,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/frv/
H A Dfrv.c1249 last -= (ADDR_ALIGN (crtl->args.pretend_args_size, UNITS_PER_WORD)
1309 info_ptr->parameter_size = ADDR_ALIGN (crtl->outgoing_args_size, alignment);
1310 info_ptr->regs_size = ADDR_ALIGN (info_ptr->regs_size_2words
1313 info_ptr->vars_size = ADDR_ALIGN (get_frame_size (), alignment);
1320 = (ADDR_ALIGN (info_ptr->parameter_size
1324 + ADDR_ALIGN (info_ptr->pretend_size
1383 offset = ADDR_ALIGN (offset, alignment);
1391 offset = ADDR_ALIGN (offset, 2 * UNITS_PER_WORD);
H A Dfrv.h27 #define ADDR_ALIGN(addr,align) (((addr) + (align) - 1) & ~((align) - 1)) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/frv/
H A Dfrv.c1215 last -= (ADDR_ALIGN (cfun->pretend_args_size, UNITS_PER_WORD)
1275 info_ptr->parameter_size = ADDR_ALIGN (cfun->outgoing_args_size, alignment);
1276 info_ptr->regs_size = ADDR_ALIGN (info_ptr->regs_size_2words
1279 info_ptr->vars_size = ADDR_ALIGN (get_frame_size (), alignment);
1286 = (ADDR_ALIGN (info_ptr->parameter_size
1290 + ADDR_ALIGN (info_ptr->pretend_size
1349 offset = ADDR_ALIGN (offset, alignment);
1357 offset = ADDR_ALIGN (offset, 2 * UNITS_PER_WORD);
H A Dfrv.h28 #define ADDR_ALIGN(addr,align) (((addr) + (align) - 1) & ~((align) - 1)) macro

Completed in 204 milliseconds