Searched refs:regno (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/arm64/arm64/ |
| H A D | ofw_machdep.c | 41 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, in OF_decode_addr() argument 48 err = ofw_reg_to_paddr(dev, regno, &addr, &size, NULL); in OF_decode_addr()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | ofw_machdep.c | 40 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, in OF_decode_addr() argument 48 res = ofw_reg_to_paddr(dev, regno, &addr, &size, &pci_hi); in OF_decode_addr()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | ofw_machdep.c | 40 OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag, in OF_decode_addr() argument 48 res = ofw_reg_to_paddr(dev, regno, &addr, &size, &pci_hi); in OF_decode_addr()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-debug.c | 722 uint64_t regno; in cvmx_debug_process_packet() local 726 if (!cvmx_debug_hexToLong(&buf, ®no)) in cvmx_debug_process_packet() 733 reg = cvmx_debug_regnum_to_context_ref(regno, context); in cvmx_debug_process_packet() 736 cvmx_debug_printf("Register #%d is not valid\n", (int)regno); in cvmx_debug_process_packet() 747 uint64_t regno; in cvmx_debug_process_packet() local 753 if (!cvmx_debug_hexToLong(&buf, ®no) in cvmx_debug_process_packet() 761 reg = cvmx_debug_regnum_to_context_ref(regno, context); in cvmx_debug_process_packet() 764 cvmx_debug_printf("Register #%d is not valid\n", (int)regno); in cvmx_debug_process_packet()
|