Lines Matching refs:addr
123 static void note_prot_wx(struct pg_state *st, unsigned long addr)
140 if (addr == PAGE_SIZE && (nospec_uses_trampoline() || !static_key_enabled(&cpu_has_bear)))
144 st->wx_pages += (addr - st->start_address) / PAGE_SIZE;
148 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val)
168 addr = max_addr;
171 st->start_address = addr;
175 addr >= st->marker[1].start_address) {
176 note_prot_wx(st, addr);
179 width, addr);
180 delta = (addr - st->start_address) >> 10;
187 while (addr >= st->marker[1].start_address) {
191 st->start_address = addr;