Symbol: L1_CACHE_ALIGN
arch/parisc/kernel/cache.c
573
threshold = L1_CACHE_ALIGN((unsigned long)((uint64_t)size * alltime / rangetime));
drivers/hsi/clients/cmt_speech.c
813
size_t buf_size_aligned = L1_CACHE_ALIGN(buf_cfg->buf_size) *
drivers/hsi/clients/cmt_speech.c
815
size_t ctrl_size_aligned = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg));
drivers/hsi/clients/cmt_speech.c
888
hi->slot_size = L1_CACHE_ALIGN(hi->buf_size);
drivers/hsi/clients/cmt_speech.c
893
data_start = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg));
drivers/misc/sgi-xp/xpc.h
104
#define XPC_RP_HEADER_SIZE L1_CACHE_ALIGN(sizeof(struct xpc_rsvd_page))
drivers/misc/sgi-xp/xpc.h
236
L1_CACHE_ALIGN(sizeof(struct xpc_openclose_args) * \
drivers/misc/sgi-xp/xpc_main.c
373
if ((u64)*base == L1_CACHE_ALIGN((u64)*base))
drivers/misc/sgi-xp/xpc_main.c
383
return (void *)L1_CACHE_ALIGN((u64)*base);
drivers/misc/sgi-xp/xpc_main.c
908
DBUG_ON((u64)part != L1_CACHE_ALIGN((u64)part));
drivers/misc/sgi-xp/xpc_partition.c
49
if ((u64)*base == L1_CACHE_ALIGN((u64)*base))
drivers/misc/sgi-xp/xpc_partition.c
59
return (void *)L1_CACHE_ALIGN((u64)*base);
drivers/misc/sgi-xp/xpc_partition.c
99
buf_len = L1_CACHE_ALIGN(len);
drivers/misc/sgi-xp/xpnet.c
446
end_addr = L1_CACHE_ALIGN((u64)skb_tail_pointer(skb));
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
784
size = L1_CACHE_ALIGN(BNGE_MAX_RSS_TABLE_SIZE);
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
881
arr_size = L1_CACHE_ALIGN(sizeof(struct bnge_napi *) *
drivers/net/ethernet/broadcom/bnge/bnge_netdev.c
883
size = L1_CACHE_ALIGN(sizeof(struct bnge_napi));
drivers/net/ethernet/broadcom/bnx2.c
835
status_blk_size = L1_CACHE_ALIGN(sizeof(struct status_block));
drivers/net/ethernet/broadcom/bnx2.c
837
status_blk_size = L1_CACHE_ALIGN(BNX2_MAX_MSIX_HW_VEC *
drivers/net/ethernet/broadcom/bnxt/bnxt.c
4018
push_size = L1_CACHE_ALIGN(sizeof(struct tx_push_bd) +
drivers/net/ethernet/broadcom/bnxt/bnxt.c
5003
size = L1_CACHE_ALIGN(HW_HASH_INDEX_SIZE * sizeof(u16));
drivers/net/ethernet/broadcom/bnxt/bnxt.c
5005
size = L1_CACHE_ALIGN(BNXT_MAX_RSS_TABLE_SIZE_P5);
drivers/net/ethernet/broadcom/bnxt/bnxt.c
5493
arr_size = L1_CACHE_ALIGN(sizeof(struct bnxt_napi *) *
drivers/net/ethernet/broadcom/bnxt/bnxt.c
5495
size = L1_CACHE_ALIGN(sizeof(struct bnxt_napi));
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1245
int size = L1_CACHE_ALIGN(BNXT_MAX_RSS_TABLE_SIZE_P5);
drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
237
L1_CACHE_ALIGN(pkt_len),
drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
249
L1_CACHE_ALIGN(PKT_MAXBUF_SIZE),
drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
253
L1_CACHE_ALIGN(PKT_MAXBUF_SIZE),
drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
362
L1_CACHE_ALIGN(PKT_MAXBUF_SIZE),
drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c
413
L1_CACHE_ALIGN(PKT_MAXBUF_SIZE),
drivers/net/ethernet/freescale/fs_enet/fs_enet.h
109
#define ENET_RX_FRSIZE L1_CACHE_ALIGN(PKT_MAXBUF_SIZE + ENET_RX_ALIGN - 1)
drivers/net/ethernet/google/gve/gve_tx.c
123
aligned_head = L1_CACHE_ALIGN(fifo->head);
drivers/net/ethernet/google/gve/gve_tx.c
413
align_hdr_pad = L1_CACHE_ALIGN(hlen) - hlen;
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
42
#define SXGBE_ALIGN(x) L1_CACHE_ALIGN(x)
drivers/net/ethernet/toshiba/tc35815.c
354
L1_CACHE_ALIGN(ETH_FRAME_LEN + VLAN_HLEN + NET_IP_ALIGN)
drivers/net/ethernet/toshiba/tc35815.c
357
L1_CACHE_ALIGN(ETH_FRAME_LEN + VLAN_HLEN + ETH_FCS_LEN + NET_IP_ALIGN)
drivers/net/wireless/ath/ath6kl/sdio.c
376
(u8 *)L1_CACHE_ALIGN((unsigned long)virt_buf);
drivers/net/wireless/mediatek/mt76/dma.c
18
size = L1_CACHE_ALIGN(dev->drv->txwi_size + sizeof(*t));
drivers/net/wireless/mediatek/mt76/dma.c
41
t = kzalloc(L1_CACHE_ALIGN(sizeof(*t)), GFP_ATOMIC);
drivers/net/wireless/mediatek/mt76/mt7996/mac.c
1731
p = kzalloc(L1_CACHE_ALIGN(sizeof(*p)), GFP_ATOMIC);
drivers/parisc/sba_iommu.c
631
L1_CACHE_ALIGN(((unsigned long) pdir_ptr))
drivers/scsi/53c700.h
228
#define MSGOUT_OFFSET (L1_CACHE_ALIGN(sizeof(SCRIPT)))
drivers/scsi/53c700.h
230
#define MSGIN_OFFSET (MSGOUT_OFFSET + L1_CACHE_ALIGN(MSG_ARRAY_SIZE))
drivers/scsi/53c700.h
232
#define STATUS_OFFSET (MSGIN_OFFSET + L1_CACHE_ALIGN(MSG_ARRAY_SIZE))
drivers/scsi/53c700.h
234
#define SLOTS_OFFSET (STATUS_OFFSET + L1_CACHE_ALIGN(MSG_ARRAY_SIZE))
drivers/scsi/53c700.h
236
#define TOTAL_MEM_SIZE (SLOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700_COMMAND_SLOTS_PER_HOST))
drivers/tty/serial/cpm_uart.c
739
mem_addr = pinfo->mem_addr + L1_CACHE_ALIGN(pinfo->rx_nrfifos * pinfo->rx_fifosize);
drivers/tty/serial/cpm_uart.c
890
memsz = L1_CACHE_ALIGN(pinfo->rx_nrfifos * pinfo->rx_fifosize) +
drivers/tty/serial/cpm_uart.c
891
L1_CACHE_ALIGN(pinfo->tx_nrfifos * pinfo->tx_fifosize);
drivers/tty/serial/cpm_uart.c
917
pinfo->tx_buf = pinfo->rx_buf + L1_CACHE_ALIGN(pinfo->rx_nrfifos
drivers/tty/serial/cpm_uart.c
928
dma_free_coherent(pinfo->port.dev, L1_CACHE_ALIGN(pinfo->rx_nrfifos *
drivers/tty/serial/cpm_uart.c
930
L1_CACHE_ALIGN(pinfo->tx_nrfifos *
drivers/tty/serial/ucc_uart.c
613
L1_CACHE_ALIGN(qe_port->rx_nrfifos * qe_port->rx_fifosize);
drivers/tty/serial/ucc_uart.c
988
rx_size = L1_CACHE_ALIGN(qe_port->rx_nrfifos * qe_port->rx_fifosize);
drivers/tty/serial/ucc_uart.c
989
tx_size = L1_CACHE_ALIGN(qe_port->tx_nrfifos * qe_port->tx_fifosize);
include/linux/cache.h
9
#ifndef L1_CACHE_ALIGN
include/linux/netdevice.h
800
#define XPS_MIN_MAP_ALLOC ((L1_CACHE_ALIGN(offsetof(struct xps_map, queues[1])) \
include/net/tcp.h
72
#define MAX_TCP_HEADER L1_CACHE_ALIGN(128 + MAX_HEADER)
net/ipv4/inetpeer.c
80
100 * L1_CACHE_ALIGN(sizeof(struct inet_peer)));
net/xdp/xsk.c
735
hr = max(NET_SKB_PAD, L1_CACHE_ALIGN(xs->dev->needed_headroom));
net/xdp/xsk.c
824
hr = max(NET_SKB_PAD, L1_CACHE_ALIGN(dev->needed_headroom));
net/xfrm/xfrm_iptfs.c
271
resv = L1_CACHE_ALIGN(resv);
sound/firewire/packets-buffer.c
36
packet_size = L1_CACHE_ALIGN(packet_size);