Home
last modified time | relevance | path

Searched refs:out_reg (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dproc64_id.h68 void __libc_get_cpuid(int cpuid_function, void *out_reg, int cache_index);
H A Dproc64_support.S72 # rdi = cpuid function, rsi = out_reg addr, rdx = cache index(fn 4)
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.h172 bool ixgbe_bypass_valid_rd_generic(u32 in_reg, u32 out_reg);
H A Dixgbe_api.c1365 bool ixgbe_bypass_valid_rd(struct ixgbe_hw *hw, u32 in_reg, u32 out_reg) in ixgbe_bypass_valid_rd() argument
1368 (in_reg, out_reg), IXGBE_NOT_IMPLEMENTED); in ixgbe_bypass_valid_rd()
H A Dixgbe_api.h203 bool ixgbe_bypass_valid_rd(struct ixgbe_hw *hw, u32 in_reg, u32 out_reg);
H A Dixgbe_common.c4972 bool ixgbe_bypass_valid_rd_generic(u32 in_reg, u32 out_reg) in ixgbe_bypass_valid_rd_generic() argument
4977 if ((in_reg & BYPASS_PAGE_M) != (out_reg & BYPASS_PAGE_M)) in ixgbe_bypass_valid_rd_generic()
4990 if ((out_reg & mask) != (in_reg & mask)) in ixgbe_bypass_valid_rd_generic()
4994 if (!(out_reg & BYPASS_STATUS_OFF_M)) in ixgbe_bypass_valid_rd_generic()
5003 if ((out_reg & mask) != (in_reg & mask)) in ixgbe_bypass_valid_rd_generic()
H A Dixgbe_type.h3984 bool (*bypass_valid_rd) (u32 in_reg, u32 out_reg);