Searched refs:linear (Results 1 – 5 of 5) sorted by relevance
/arch/x86/kvm/ |
D | emulate.c | 706 enum x86emul_mode mode, ulong *linear) in __linearize() argument 719 *linear = la; in __linearize() 729 *linear = la = (u32)la; in __linearize() 772 ulong *linear) in linearize() argument 776 ctxt->mode, linear); in linearize() 781 ulong linear; in assign_eip() local 789 rc = __linearize(ctxt, addr, &max_size, 1, false, true, ctxt->mode, &linear); in assign_eip() 861 static int linear_read_system(struct x86_emulate_ctxt *ctxt, ulong linear, in linear_read_system() argument 864 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, true); in linear_read_system() 868 ulong linear, void *data, in linear_write_system() argument [all …]
|
/arch/um/drivers/ |
D | vector_kern.c | 598 int linear = vp->max_packet + vp->headroom + SAFETY_MARGIN; in prep_skb() local 605 if (vp->req_size <= linear) in prep_skb() 606 len = linear; in prep_skb() 610 linear, in prep_skb()
|
/arch/powerpc/ |
D | Kconfig | 779 On 8xx, large pages (512kb or 8M) are used to map kernel linear 806 On 8xx, large pages (512kb or 8M) are used to map kernel linear
|
/arch/arm64/ |
D | Kconfig | 1174 bool "Apply r/o permissions of VM areas also to their linear aliases" 1177 Apply read-only attributes of VM areas to the linear alias of 1184 This requires the linear region to be mapped down to pages,
|
/arch/x86/ |
D | Kconfig | 1521 linear 1 GB mappings (even if the CPU otherwise
|