Home
last modified time | relevance | path

Searched refs:translation (Results 1 – 25 of 101) sorted by relevance

12345

/linux-2.6.39/drivers/scsi/
Daha1740.c75 unsigned int translation; member
125 host->translation ? "en" : "dis"); in aha1740_proc_info()
513 unsigned int *translation) in DEF_SCSI_QCMD()
519 *translation = inb(RESV1(base)) & 0x1; in DEF_SCSI_QCMD()
528 int extended = HOSTDATA(sdev->host)->translation; in aha1740_biosparam()
575 unsigned int irq_level, irq_type, translation; in aha1740_probe() local
587 aha1740_getconfig(slotbase,&irq_level,&irq_type,&translation); in aha1740_probe()
597 translation ? "en" : "dis"); in aha1740_probe()
610 host->translation = translation; in aha1740_probe()
/linux-2.6.39/Documentation/scsi/
Daha152x.txt26 EXT_TRANS: enable extended translation (0/1: default 0 [off])
98 enable extended translation for first and second controller
133 This is considered to be the default translation.
138 extended translation. This means that the BIOS uses 255 for heads,
144 To make it even more complicated the translation mode might/might
150 - for disks<1GB: use default translation (C/32/64)
155 ie. either (C/32/64) or (C/63/255)). This can be extended translation
158 - if that fails, take extended translation if enabled by override,
159 kernel or module parameter, otherwise take default translation and
/linux-2.6.39/Documentation/zh_CN/
DSecurityBugs6 help. Contact the Chinese maintainer if this translation is outdated
7 or if there is a problem with the translation.
Dstable_kernel_rules.txt6 help. Contact the Chinese maintainer if this translation is outdated
7 or if there is a problem with the translation.
Dstable_api_nonsense.txt6 Contact the Chinese maintainer, if this translation is outdated or there
7 is problem with translation.
DSubmitChecklist6 help. Contact the Chinese maintainer if this translation is outdated
7 or if there is a problem with the translation.
Dsparse.txt6 help. Contact the Chinese maintainer if this translation is outdated
7 or if there is a problem with the translation.
Dvolatile-considered-harmful.txt6 help. Contact the Chinese maintainer if this translation is outdated
7 or if there is a problem with the translation.
DSubmittingDrivers6 help. Contact the Chinese maintainer if this translation is outdated
7 or if there is a problem with the translation.
Doops-tracing.txt6 help. Contact the Chinese maintainer if this translation is outdated
7 or if there is a problem with the translation.
DSubmittingPatches6 help. Contact the Chinese maintainer if this translation is outdated
7 or if there is a problem with the translation.
/linux-2.6.39/Documentation/kvm/
Dmmu.txt79 using kvm. Userspace defines the translation between guest addresses and user
98 - changes in the gpa->hpa translation (either through gpa->hva changes or
110 is not related to a translation directly. It points to other shadow pages.
114 translation stack, with optional higher level translations left to NPT/EPT.
128 (*) the guest hypervisor will encode the ngva->gpa translation into its page
137 Examples include real mode translation, large guest pages backed by small
205 translation. This is equivalent to the state of the tlb when a pte is
235 before using the translation. We take advantage of that by removing write
253 - a true guest fault (the guest translation won't allow the access) (*)
254 - access to a missing translation
[all …]
/linux-2.6.39/Documentation/netlabel/
Dlsm_interface.txt37 Depending on the exact configuration, translation between the network packet
46 NetLabel translation mechanisms bypassed but the LSM translation mechanisms are
/linux-2.6.39/Documentation/cpu-freq/
Dcpufreq-stats.txt106 <*> CPU frequency translation statistics
107 [*] CPU frequency translation statistics details
113 "CPU frequency translation statistics" (CONFIG_CPU_FREQ_STAT) provides the
116 "CPU frequency translation statistics details" (CONFIG_CPU_FREQ_STAT_DETAILS)
/linux-2.6.39/Documentation/input/
Dnotifier.txt15 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a
17 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a
/linux-2.6.39/drivers/acpi/acpica/
Drsaddr.c261 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.info.mem.translation),
282 {ACPI_RSC_1BITFLAG, ACPI_RS_OFFSET(data.address.info.io.translation),
/linux-2.6.39/net/batman-adv/
DMakefile37 batman-adv-y += translation-table.o
/linux-2.6.39/arch/arm/mm/
Dabort-ev7.S45 and r3, r2, #0x7b @ On translation fault
/linux-2.6.39/arch/unicore32/kernel/
Dsleep.S25 movc r4, p0.c2, #0 @ translation table base addr
175 movc p0.c2, r4, #0 @ translation table base addr
/linux-2.6.39/include/acpi/
Dacrestyp.h239 u8 translation; member
244 u8 translation; member
/linux-2.6.39/arch/ia64/sn/kernel/
Dsetup.c289 u8 translation; member
348 if (if_pci.translation & PCDP_PCI_TRANS_IOPORT) in sn_scan_pcdp()
351 if (if_pci.translation & PCDP_PCI_TRANS_MMIO) in sn_scan_pcdp()
/linux-2.6.39/Documentation/filesystems/nfs/
Didmapper.txt6 translate user and group names into ids. Part of this translation involves
10 translation and initialize a key with the resulting information.
/linux-2.6.39/Documentation/ko_KR/
Dstable_api_nonsense.txt6 a problem with the translation, please contact the maintainer of this file.
/linux-2.6.39/drivers/cpufreq/
DKconfig35 tristate "CPU frequency translation statistics"
48 bool "CPU frequency translation statistics details"
51 This will show detail CPU frequency translation table in sysfs file
/linux-2.6.39/drivers/pci/
Dintel-iommu.c1437 u8 bus, u8 devfn, int translation) in domain_context_mapping_one() argument
1453 BUG_ON(translation != CONTEXT_TT_PASS_THROUGH && in domain_context_mapping_one()
1454 translation != CONTEXT_TT_MULTI_LEVEL); in domain_context_mapping_one()
1503 if (translation != CONTEXT_TT_PASS_THROUGH) { in domain_context_mapping_one()
1516 if (translation != CONTEXT_TT_PASS_THROUGH) { in domain_context_mapping_one()
1518 translation = info ? CONTEXT_TT_DEV_IOTLB : in domain_context_mapping_one()
1525 if (unlikely(translation == CONTEXT_TT_PASS_THROUGH)) in domain_context_mapping_one()
1532 context_set_translation_type(context, translation); in domain_context_mapping_one()
1568 int translation) in domain_context_mapping() argument
1575 translation); in domain_context_mapping()
[all …]

12345