Lines Matching refs:cell_t

102     int nargs, int nreturns, cell_t *args_and_returns);
104 cell_t *returns);
300 static cell_t
304 cell_t phys; in ofw_real_map()
315 return (cell_t)((uintptr_t)buf & ~DMAP_BASE_ADDRESS); in ofw_real_map()
354 ofw_real_unmap(cell_t physaddr, void *buf, size_t len) in ofw_real_unmap()
404 cell_t name; in ofw_real_test()
405 cell_t nargs; in ofw_real_test()
406 cell_t nreturns; in ofw_real_test()
407 cell_t service; in ofw_real_test()
408 cell_t missing; in ofw_real_test()
411 args.name = IN((cell_t)(uintptr_t)"test"); in ofw_real_test()
438 cell_t name; in ofw_real_peer()
439 cell_t nargs; in ofw_real_peer()
440 cell_t nreturns; in ofw_real_peer()
441 cell_t node; in ofw_real_peer()
442 cell_t next; in ofw_real_peer()
445 args.name = IN((cell_t)(uintptr_t)"peer"); in ofw_real_peer()
467 cell_t name; in ofw_real_child()
468 cell_t nargs; in ofw_real_child()
469 cell_t nreturns; in ofw_real_child()
470 cell_t node; in ofw_real_child()
471 cell_t child; in ofw_real_child()
474 args.name = IN((cell_t)(uintptr_t)"child"); in ofw_real_child()
496 cell_t name; in ofw_real_parent()
497 cell_t nargs; in ofw_real_parent()
498 cell_t nreturns; in ofw_real_parent()
499 cell_t node; in ofw_real_parent()
500 cell_t parent; in ofw_real_parent()
503 args.name = IN((cell_t)(uintptr_t)"parent"); in ofw_real_parent()
525 cell_t name; in ofw_real_instance_to_package()
526 cell_t nargs; in ofw_real_instance_to_package()
527 cell_t nreturns; in ofw_real_instance_to_package()
528 cell_t instance; in ofw_real_instance_to_package()
529 cell_t package; in ofw_real_instance_to_package()
532 args.name = IN((cell_t)(uintptr_t)"instance-to-package"); in ofw_real_instance_to_package()
554 cell_t name; in ofw_real_getproplen()
555 cell_t nargs; in ofw_real_getproplen()
556 cell_t nreturns; in ofw_real_getproplen()
557 cell_t package; in ofw_real_getproplen()
558 cell_t propname; in ofw_real_getproplen()
562 args.name = IN((cell_t)(uintptr_t)"getproplen"); in ofw_real_getproplen()
587 cell_t name; in ofw_real_getprop()
588 cell_t nargs; in ofw_real_getprop()
589 cell_t nreturns; in ofw_real_getprop()
590 cell_t package; in ofw_real_getprop()
591 cell_t propname; in ofw_real_getprop()
592 cell_t buf; in ofw_real_getprop()
593 cell_t buflen; in ofw_real_getprop()
597 args.name = IN((cell_t)(uintptr_t)"getprop"); in ofw_real_getprop()
627 cell_t name; in ofw_real_nextprop()
628 cell_t nargs; in ofw_real_nextprop()
629 cell_t nreturns; in ofw_real_nextprop()
630 cell_t package; in ofw_real_nextprop()
631 cell_t previous; in ofw_real_nextprop()
632 cell_t buf; in ofw_real_nextprop()
633 cell_t flag; in ofw_real_nextprop()
636 args.name = IN((cell_t)(uintptr_t)"nextprop"); in ofw_real_nextprop()
665 cell_t name; in ofw_real_setprop()
666 cell_t nargs; in ofw_real_setprop()
667 cell_t nreturns; in ofw_real_setprop()
668 cell_t package; in ofw_real_setprop()
669 cell_t propname; in ofw_real_setprop()
670 cell_t buf; in ofw_real_setprop()
671 cell_t len; in ofw_real_setprop()
672 cell_t size; in ofw_real_setprop()
675 args.name = IN((cell_t)(uintptr_t)"setprop"); in ofw_real_setprop()
702 cell_t name; in ofw_real_canon()
703 cell_t nargs; in ofw_real_canon()
704 cell_t nreturns; in ofw_real_canon()
705 cell_t device; in ofw_real_canon()
706 cell_t buf; in ofw_real_canon()
707 cell_t len; in ofw_real_canon()
711 args.name = IN((cell_t)(uintptr_t)"canon"); in ofw_real_canon()
739 cell_t name; in ofw_real_finddevice()
740 cell_t nargs; in ofw_real_finddevice()
741 cell_t nreturns; in ofw_real_finddevice()
742 cell_t device; in ofw_real_finddevice()
743 cell_t package; in ofw_real_finddevice()
746 args.name = IN((cell_t)(uintptr_t)"finddevice"); in ofw_real_finddevice()
770 cell_t name; in ofw_real_instance_to_path()
771 cell_t nargs; in ofw_real_instance_to_path()
772 cell_t nreturns; in ofw_real_instance_to_path()
773 cell_t instance; in ofw_real_instance_to_path()
774 cell_t buf; in ofw_real_instance_to_path()
775 cell_t len; in ofw_real_instance_to_path()
779 args.name = IN((cell_t)(uintptr_t)"instance-to-path"); in ofw_real_instance_to_path()
807 cell_t name; in ofw_real_package_to_path()
808 cell_t nargs; in ofw_real_package_to_path()
809 cell_t nreturns; in ofw_real_package_to_path()
810 cell_t package; in ofw_real_package_to_path()
811 cell_t buf; in ofw_real_package_to_path()
812 cell_t len; in ofw_real_package_to_path()
816 args.name = IN((cell_t)(uintptr_t)"package-to-path"); in ofw_real_package_to_path()
841 int nargs, int nreturns, cell_t *args_and_returns) in ofw_real_call_method()
845 cell_t name; in ofw_real_call_method()
846 cell_t nargs; in ofw_real_call_method()
847 cell_t nreturns; in ofw_real_call_method()
848 cell_t method; in ofw_real_call_method()
849 cell_t instance; in ofw_real_call_method()
850 cell_t args_n_results[12]; in ofw_real_call_method()
852 cell_t *ap, *cp; in ofw_real_call_method()
855 args.name = IN((cell_t)(uintptr_t)"call-method"); in ofw_real_call_method()
887 ofw_real_interpret(ofw_t ofw, const char *cmd, int nreturns, cell_t *returns) in ofw_real_interpret()
891 cell_t name; in ofw_real_interpret()
892 cell_t nargs; in ofw_real_interpret()
893 cell_t nreturns; in ofw_real_interpret()
894 cell_t slot[16]; in ofw_real_interpret()
896 cell_t status; in ofw_real_interpret()
899 args.name = IN((cell_t)(uintptr_t)"interpret"); in ofw_real_interpret()
928 cell_t name; in ofw_real_open()
929 cell_t nargs; in ofw_real_open()
930 cell_t nreturns; in ofw_real_open()
931 cell_t device; in ofw_real_open()
932 cell_t instance; in ofw_real_open()
935 args.name = IN((cell_t)(uintptr_t)"open"); in ofw_real_open()
959 cell_t name; in ofw_real_close()
960 cell_t nargs; in ofw_real_close()
961 cell_t nreturns; in ofw_real_close()
962 cell_t instance; in ofw_real_close()
965 args.name = IN((cell_t)(uintptr_t)"close"); in ofw_real_close()
981 cell_t name; in ofw_real_read()
982 cell_t nargs; in ofw_real_read()
983 cell_t nreturns; in ofw_real_read()
984 cell_t instance; in ofw_real_read()
985 cell_t addr; in ofw_real_read()
986 cell_t len; in ofw_real_read()
990 args.name = IN((cell_t)(uintptr_t)"read"); in ofw_real_read()
1017 cell_t name; in ofw_real_write()
1018 cell_t nargs; in ofw_real_write()
1019 cell_t nreturns; in ofw_real_write()
1020 cell_t instance; in ofw_real_write()
1021 cell_t addr; in ofw_real_write()
1022 cell_t len; in ofw_real_write()
1026 args.name = IN((cell_t)(uintptr_t)"write"); in ofw_real_write()
1051 cell_t name; in ofw_real_seek()
1052 cell_t nargs; in ofw_real_seek()
1053 cell_t nreturns; in ofw_real_seek()
1054 cell_t instance; in ofw_real_seek()
1055 cell_t poshi; in ofw_real_seek()
1056 cell_t poslo; in ofw_real_seek()
1057 cell_t status; in ofw_real_seek()
1060 args.name = IN((cell_t)(uintptr_t)"seek"); in ofw_real_seek()
1088 cell_t name; in ofw_real_claim()
1089 cell_t nargs; in ofw_real_claim()
1090 cell_t nreturns; in ofw_real_claim()
1091 cell_t virt; in ofw_real_claim()
1092 cell_t size; in ofw_real_claim()
1093 cell_t align; in ofw_real_claim()
1094 cell_t baseaddr; in ofw_real_claim()
1097 args.name = IN((cell_t)(uintptr_t)"claim"); in ofw_real_claim()
1101 args.virt = IN((cell_t)(uintptr_t)virt); in ofw_real_claim()
1121 cell_t name; in ofw_real_release()
1122 cell_t nargs; in ofw_real_release()
1123 cell_t nreturns; in ofw_real_release()
1124 cell_t virt; in ofw_real_release()
1125 cell_t size; in ofw_real_release()
1128 args.name = IN((cell_t)(uintptr_t)"release"); in ofw_real_release()
1132 args.virt = IN((cell_t)(uintptr_t)virt); in ofw_real_release()
1150 cell_t name; in ofw_real_enter()
1151 cell_t nargs; in ofw_real_enter()
1152 cell_t nreturns; in ofw_real_enter()
1155 args.name = IN((cell_t)(uintptr_t)"enter"); in ofw_real_enter()
1172 cell_t name; in ofw_real_exit()
1173 cell_t nargs; in ofw_real_exit()
1174 cell_t nreturns; in ofw_real_exit()
1177 args.name = IN((cell_t)(uintptr_t)"exit"); in ofw_real_exit()