Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dtlb-r4k.c749 phys_addr_t tlb_vpn_size; in r4k_tlb_uniquify() local
752 tlb_vpn_size = tlbsize * sizeof(*tlb_vpns); in r4k_tlb_uniquify()
754 kmalloc(tlb_vpn_size, GFP_ATOMIC) : in r4k_tlb_uniquify()
755 memblock_alloc_raw(tlb_vpn_size, sizeof(*tlb_vpns))); in r4k_tlb_uniquify()
775 memblock_free(tlb_vpns, tlb_vpn_size); in r4k_tlb_uniquify()