Searched defs:CACHE_LINE_SIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dparam.h82 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
86 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dparam.h89 * CACHE_LINE_SIZE is the compile-time maximum cache line size for an
93 #define CACHE_LINE_SIZE (1 << CACHE_LINE_SHIFT) macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h333 #define CACHE_LINE_SIZE (CACHE_LINE_SIZE_MASK + 1) macro
769 #define MAX_CLI_PACKET_SIZE(pdev, chain_idx) ((u16_t)(pdev)->params.l2_cli_con_params[(chain_idx)].mtu + (pdev)->params.rcv_buffer_offset + ETHERNET_PACKET_HEADER_SIZE+ ETHERNET_VLAN_TAG_SIZE + ETHERNET_LLC_SNAP_SIZE + CACHE_LINE_SIZE)

Completed in 84 milliseconds