Lines Matching refs:unsigned_word
33 unsigned_word addr) in dma_file()
94 unsigned_word addr = device_find_integer_property(me, "real-address"); in hw_file_init_data_callback()
205 unsigned_word addr = device_find_integer_property(me, "real-address"); in hw_data_init_data_callback()
321 unsigned_word section_vma; in update_for_binary_section()
322 unsigned_word section_size; in update_for_binary_section()
508 return ALIGN_8((number_of_arguments(arg) + 1) * sizeof(unsigned_word)); in sizeof_arguments()
514 unsigned_word start_block, in write_stack_arguments()
515 unsigned_word end_block, in write_stack_arguments()
516 unsigned_word start_arg, in write_stack_arguments()
517 unsigned_word end_arg) in write_stack_arguments()
527 unsigned_word target_start_block; in write_stack_arguments()
554 unsigned_word bottom_of_stack, in create_ppc_elf_stack_frame()
562 const unsigned_word start_envp_block = bottom_of_stack - sizeof_envp_block; in create_ppc_elf_stack_frame()
564 const unsigned_word start_argv_block = start_envp_block - sizeof_argv_block; in create_ppc_elf_stack_frame()
567 const unsigned sizeof_aux_entry = 2*sizeof(unsigned_word); /* magic */ in create_ppc_elf_stack_frame()
568 const unsigned_word start_aux = start_argv_block - ALIGN_8(sizeof_aux_entry); in create_ppc_elf_stack_frame()
572 const unsigned_word start_envp = start_aux - sizeof_envp; in create_ppc_elf_stack_frame()
577 const unsigned_word start_argv = start_envp - sizeof_argv; in create_ppc_elf_stack_frame()
580 const unsigned_word top_of_stack = ((start_argv in create_ppc_elf_stack_frame()
581 - 2 * sizeof(unsigned_word)) in create_ppc_elf_stack_frame()
607 unsigned_word bottom_of_stack, in create_ppc_aix_stack_frame()
611 unsigned_word core_envp; in create_ppc_aix_stack_frame()
612 unsigned_word core_argv; in create_ppc_aix_stack_frame()
613 unsigned_word core_argc; in create_ppc_aix_stack_frame()
614 unsigned_word core_aux; in create_ppc_aix_stack_frame()
615 unsigned_word top_of_stack; in create_ppc_aix_stack_frame()
662 unsigned_word cia, in hw_stack_ioctl()
669 unsigned_word stack_pointer = va_arg(ap, unsigned_word); in hw_stack_ioctl()