Lines Matching refs:addr
2881 UCHAR inpb(ULONG addr) in inpb() argument
2884 (void)addr; in inpb()
2889 USHORT inpw(ULONG addr) in inpw() argument
2891 USHORT inpw_mok(ULONG addr) in inpw()
2895 (void)addr; in inpw()
2899 ULONG inpl(ULONG addr) in inpl() argument
2902 (void)addr; in inpl()
2911 static VOID _ux_test_sim_outp_log_save(ULONG addr, ULONG value) in _ux_test_sim_outp_log_save() argument
2918 _ux_test_sim_outp_logbuf[_ux_test_sim_outp_logbuf_i ++] = addr; in _ux_test_sim_outp_log_save()
2936 ULONG ux_test_sim_outp_log_get(ULONG seq, ULONG *addr, ULONG *value) in ux_test_sim_outp_log_get() argument
2941 if (addr) in ux_test_sim_outp_log_get()
2942 *addr = _ux_test_sim_outp_logbuf[seq]; in ux_test_sim_outp_log_get()
2947 UCHAR outpb(ULONG addr, UCHAR b) in outpb() argument
2949 _ux_test_sim_outp_log_save(addr, b); in outpb()
2953 USHORT outpw(ULONG addr, USHORT w) in outpw() argument
2955 USHORT outpw_mok(ULONG addr, USHORT w) in outpw()
2958 _ux_test_sim_outp_log_save(addr, w); in outpw()
2961 ULONG outpl(ULONG addr, ULONG l) in outpl() argument
2963 _ux_test_sim_outp_log_save(addr, l); in outpl()