Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/mm/
Dpmb.c34 struct pmb_entry;
36 struct pmb_entry { struct
51 struct pmb_entry *link; argument
64 static void pmb_unmap_entry(struct pmb_entry *, int depth);
67 static struct pmb_entry pmb_entry_list[NR_PMB_ENTRIES];
130 static inline bool pmb_can_merge(struct pmb_entry *a, struct pmb_entry *b) in pmb_can_merge()
145 struct pmb_entry *pmbe, *iter; in pmb_mapping_exists()
236 static struct pmb_entry *pmb_alloc(unsigned long vpn, unsigned long ppn, in pmb_alloc()
239 struct pmb_entry *pmbe; in pmb_alloc()
265 memset(pmbe, 0, sizeof(struct pmb_entry)); in pmb_alloc()
[all …]