PTR_ALIGN         622 arch/x86/kernel/cpu/intel_cacheinfo.c 	ptrdiff_t len = PTR_ALIGN(buf + PAGE_SIZE - 1, PAGE_SIZE) - buf;
PTR_ALIGN          55 crypto/ccm.c   	return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1);
PTR_ALIGN         688 crypto/ccm.c   	u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child),
PTR_ALIGN          56 crypto/ctr.c   	u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1);
PTR_ALIGN         105 crypto/ctr.c   	u8 *keystream = PTR_ALIGN(tmp + 0, alignmask + 1);
PTR_ALIGN         279 crypto/ctr.c   	u8 *iv = PTR_ALIGN(ivblk + 0, alignmask + 1);
PTR_ALIGN          47 crypto/eseqiv.c 	memcpy(req->giv, PTR_ALIGN((u8 *)reqctx->tail,
PTR_ALIGN         116 crypto/eseqiv.c 		giv = PTR_ALIGN((u8 *)reqctx->tail,
PTR_ALIGN          62 crypto/gcm.c   	return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1);
PTR_ALIGN         624 crypto/gcm.c   	u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child),
PTR_ALIGN          56 net/ipv4/esp4.c 	       PTR_ALIGN((u8 *)tmp, crypto_aead_alignmask(aead) + 1) : tmp;
PTR_ALIGN          64 net/ipv4/esp4.c 	req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead),
PTR_ALIGN          74 net/ipv4/esp4.c 	req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead),
PTR_ALIGN          82 net/ipv6/esp6.c 	       PTR_ALIGN((u8 *)tmp, crypto_aead_alignmask(aead) + 1) : tmp;
PTR_ALIGN          90 net/ipv6/esp6.c 	req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead),
PTR_ALIGN         100 net/ipv6/esp6.c 	req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead),