Home
last modified time | relevance | path

Searched refs:vmac (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/mm/
Dksm.c1613 struct anon_vma_chain *vmac; in page_referenced_ksm() local
1617 list_for_each_entry(vmac, &anon_vma->head, same_anon_vma) { in page_referenced_ksm()
1618 vma = vmac->vma; in page_referenced_ksm()
1666 struct anon_vma_chain *vmac; in try_to_unmap_ksm() local
1670 list_for_each_entry(vmac, &anon_vma->head, same_anon_vma) { in try_to_unmap_ksm()
1671 vma = vmac->vma; in try_to_unmap_ksm()
1718 struct anon_vma_chain *vmac; in rmap_walk_ksm() local
1722 list_for_each_entry(vmac, &anon_vma->head, same_anon_vma) { in rmap_walk_ksm()
1723 vma = vmac->vma; in rmap_walk_ksm()
Dmemory-failure.c412 struct anon_vma_chain *vmac; in collect_procs_anon() local
416 list_for_each_entry(vmac, &av->head, same_anon_vma) { in collect_procs_anon()
417 vma = vmac->vma; in collect_procs_anon()
/linux-3.4.99/crypto/
DMakefile36 obj-$(CONFIG_CRYPTO_VMAC) += vmac.o
Dvmac.c456 static u64 vmac(unsigned char m[], unsigned int mbytes, in vmac() function
575 mac = vmac(NULL, 0, nonce, NULL, ctx); in vmac_final()
DKconfig304 <http://fastcrypto.org/vmac>
/linux-3.4.99/drivers/s390/net/
Dqeth_l2_main.c181 static void qeth_l2_add_mc(struct qeth_card *card, __u8 *mac, int vmac) in qeth_l2_add_mc() argument
193 mc->is_vmac = vmac; in qeth_l2_add_mc()
195 if (vmac) { in qeth_l2_add_mc()