Searched refs:linear (Results 1 – 6 of 6) sorted by relevance
/arch/x86/kvm/ |
D | emulate.c | 725 enum x86emul_mode mode, ulong *linear) in __linearize() argument 738 *linear = la; in __linearize() 748 *linear = la = (u32)la; in __linearize() 791 ulong *linear) in linearize() argument 795 ctxt->mode, linear); in linearize() 800 ulong linear; in assign_eip() local 808 rc = __linearize(ctxt, addr, &max_size, 1, false, true, ctxt->mode, &linear); in assign_eip() 880 static int linear_read_system(struct x86_emulate_ctxt *ctxt, ulong linear, in linear_read_system() argument 883 return ctxt->ops->read_std(ctxt, linear, data, size, &ctxt->exception, true); in linear_read_system() 887 ulong linear, void *data, in linear_write_system() argument [all …]
|
/arch/um/drivers/ |
D | vector_kern.c | 622 int linear = vp->max_packet + vp->headroom + SAFETY_MARGIN; in prep_skb() local 629 if (vp->req_size <= linear) in prep_skb() 630 len = linear; in prep_skb() 634 linear, in prep_skb()
|
/arch/arm64/ |
D | Kconfig | 1416 bool "Apply r/o permissions of VM areas also to their linear aliases" 1419 Apply read-only attributes of VM areas to the linear alias of 1426 This requires the linear region to be mapped down to pages,
|
/arch/powerpc/ |
D | Kconfig | 807 On 8xx, large pages (512kb or 8M) are used to map kernel linear
|
/arch/ |
D | Kconfig | 1323 accessed bit in non-leaf PMD entries when using them as part of linear
|
/arch/x86/ |
D | Kconfig | 1495 linear 1 GB mappings (even if the CPU otherwise
|