Home
last modified time | relevance | path

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

/arch/cris/arch-v32/kernel/
Dhead.S90 ;; Enable certain page protections and setup linear mapping
97 | REG_STATE(mmu, rw_mm_cfg, seg_f, linear) \
98 | REG_STATE(mmu, rw_mm_cfg, seg_e, linear) \
100 | REG_STATE(mmu, rw_mm_cfg, seg_c, linear) \
101 | REG_STATE(mmu, rw_mm_cfg, seg_b, linear) \
108 | REG_STATE(mmu, rw_mm_cfg, seg_4, linear) \
112 | REG_STATE(mmu, rw_mm_cfg, seg_0, linear), $r2
118 | REG_STATE(mmu, rw_mm_cfg, seg_f, linear) \
119 | REG_STATE(mmu, rw_mm_cfg, seg_e, linear) \
121 | REG_STATE(mmu, rw_mm_cfg, seg_c, linear) \
[all …]
/arch/cris/arch-v32/mm/
Dinit.c63 REG_STATE(mmu, rw_mm_cfg, seg_f, linear) | in cris_mmu_init()
64 REG_STATE(mmu, rw_mm_cfg, seg_e, linear) | in cris_mmu_init()
66 REG_STATE(mmu, rw_mm_cfg, seg_c, linear) | in cris_mmu_init()
67 REG_STATE(mmu, rw_mm_cfg, seg_b, linear) | in cris_mmu_init()
71 REG_STATE(mmu, rw_mm_cfg, seg_a, linear) | in cris_mmu_init()
/arch/s390/
DKconfig.debug13 Unmap pages from the kernel linear mapping after free_pages().
/arch/powerpc/kernel/
Dirq.c536 host->revmap_data.linear.size = revmap_arg; in irq_alloc_host()
538 host->revmap_data.linear.revmap = rmap; in irq_alloc_host()
768 if (hwirq < host->revmap_data.linear.size) in irq_dispose_mapping()
769 host->revmap_data.linear.revmap[hwirq] = NO_IRQ; in irq_dispose_mapping()
896 if (unlikely(hwirq >= host->revmap_data.linear.size)) in irq_linear_revmap()
900 revmap = host->revmap_data.linear.revmap; in irq_linear_revmap()
/arch/sparc/
DKconfig.debug29 Unmap pages from the kernel linear mapping after free_pages().
/arch/cris/arch-v32/lib/
Dnand_init.S19 ## linear with only one read command but the flash will actually
/arch/m32r/
DKconfig.debug25 Unmap pages from the kernel linear mapping after free_pages().
/arch/powerpc/include/asm/
Dirq.h119 } linear; member
/arch/x86/kvm/
Dx86_emulate.c582 unsigned long linear, u8 *dest) in do_fetch_insn_byte() argument
588 if (linear < fc->start || linear >= fc->end) { in do_fetch_insn_byte()
589 size = min(15UL, PAGE_SIZE - offset_in_page(linear)); in do_fetch_insn_byte()
590 rc = ops->read_std(linear, fc->data, size, ctxt->vcpu); in do_fetch_insn_byte()
593 fc->start = linear; in do_fetch_insn_byte()
594 fc->end = linear + size; in do_fetch_insn_byte()
596 *dest = fc->data[linear - fc->start]; in do_fetch_insn_byte()
/arch/cris/arch-v10/
DREADME.mm112 ( seg_c, seg ) | // kernel linear segment
113 ( seg_b, seg ) | // kernel linear segment
/arch/powerpc/
DKconfig.debug34 Unmap pages from the kernel linear mapping after free_pages().
/arch/x86/
DKconfig.debug79 Unmap pages from the kernel linear mapping after free_pages().
DKconfig1032 Allow the kernel linear mapping to use 1GB pages on CPUs that