Searched refs:bitx64 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/mc/zen_umc/ |
H A D | zen_umc_decode.c | 493 dec->dec_ilv_chan = bitx64(dec->dec_ilv_pa, in zen_umc_decode_ileave_nohash() 499 dec->dec_ilv_die = bitx64(dec->dec_ilv_pa, in zen_umc_decode_ileave_nohash() 505 dec->dec_ilv_sock = bitx64(dec->dec_ilv_pa, in zen_umc_decode_ileave_nohash() 560 hash = bitx64(dec->dec_ilv_pa, addr_bits[i], addr_bits[i]); in zen_umc_decode_ileave_cod() 562 uint8_t val = bitx64(dec->dec_ilv_pa, 16 + i, 16 + i); in zen_umc_decode_ileave_cod() 567 uint8_t val = bitx64(dec->dec_ilv_pa, 21 + i, 21 + i); in zen_umc_decode_ileave_cod() 572 uint8_t val = bitx64(dec->dec_ilv_pa, 30 + i, 30 + i); in zen_umc_decode_ileave_cod() 595 hash = bitx64(dec->dec_ilv_pa, addr_bits[i], addr_bits[i]); in zen_umc_decode_ileave_nps_common() 597 uint8_t val = bitx64(dec->dec_ilv_pa, 16 + adj[i], in zen_umc_decode_ileave_nps_common() 603 uint8_t val = bitx64(dec->dec_ilv_pa, 21 + adj[i], in zen_umc_decode_ileave_nps_common() [all …]
|
/illumos-gate/usr/src/common/bitext/ |
H A D | bitext.c | 68 bitx64(uint64_t reg, uint_t high, uint_t low) in bitx64() function 163 low_val = bitx64(val, low - 1, 0); in bitdel64() 167 high_val = bitx64(val, 63, high + 1); in bitdel64()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | bitext.h | 35 extern uint64_t bitx64(uint64_t, uint_t, uint_t);
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 61 bitx64.9f \ 1549 bitx8.9f := LINKSRC = bitx64.9f 1550 bitx16.9f := LINKSRC = bitx64.9f 1551 bitx32.9f := LINKSRC = bitx64.9f
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man9f.inc | 197 link path=usr/share/man/man9f/bitx16.9f target=bitx64.9f 198 link path=usr/share/man/man9f/bitx32.9f target=bitx64.9f 199 file path=usr/share/man/man9f/bitx64.9f 200 link path=usr/share/man/man9f/bitx8.9f target=bitx64.9f
|
/illumos-gate/usr/src/cmd/pcieadm/ |
H A D | pcieadm_cfgspace.c | 4724 uint64_t scale = bitx64(reg, 11, 9); in pcieadm_regdef_print_rtr() 4725 uint64_t time = bitx64(reg, 8, 0); in pcieadm_regdef_print_rtr()
|
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme.c | 3023 offlo = bitx64(log->nigl_offset, 31, 0); in nvme_get_logpage() 3024 offhi = bitx64(log->nigl_offset, 63, 32); in nvme_get_logpage()
|