Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 145 of 145) sorted by relevance

/linux-4.1.27/sound/firewire/dice/
Ddice-proc.c72 u32 sections[ARRAY_SIZE(section_names) * 2]; in dice_proc_read() local
118 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0) in dice_proc_read()
124 sections[i * 2], sections[i * 2 + 1]); in dice_proc_read()
126 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read()
127 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read()
171 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) in dice_proc_read()
175 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read()
197 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) in dice_proc_read()
201 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read()
223 quadlets = min_t(u32, sections[7], sizeof(buf.ext_sync) / 4); in dice_proc_read()
[all …]
/linux-4.1.27/arch/ia64/hp/sim/boot/
Dbootloader.lds6 /* Read-only sections, merged into text segment: */
19 /* We want the small data sections together, so single-instruction offsets
32 /* Stabs debugging sections. */
40 /* DWARF debug sections.
41 Symbols in the DWARF debugging sections are relative to the beginning
/linux-4.1.27/arch/ia64/
Dmodule.lds2 /* Group unwind sections into a single section: */
6 * Create place-holder sections to hold the PLTs, GOT, and
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c267 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local
310 hw = (const __le16 *)sections[mvm->cfg->nvm_hw_section_num].data; in iwl_parse_nvm_sections()
311 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections()
312 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections()
313 regulatory = (const __le16 *)sections[NVM_SECTION_TYPE_REGULATORY].data; in iwl_parse_nvm_sections()
315 (const __le16 *)sections[NVM_SECTION_TYPE_MAC_OVERRIDE].data; in iwl_parse_nvm_sections()
316 phy_sku = (const __le16 *)sections[NVM_SECTION_TYPE_PHY_SKU].data; in iwl_parse_nvm_sections()
506 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_mvm_load_nvm_to_nic() local
513 ret = iwl_nvm_write_section(mvm, i, sections[i].data, in iwl_mvm_load_nvm_to_nic()
514 sections[i].length); in iwl_mvm_load_nvm_to_nic()
/linux-4.1.27/scripts/
Dkernel-doc311 my %sections;
425 if (defined($sections{$name}) && ($sections{$name} ne "")) {
429 $sections{$name} = $contents;
452 'sections' => \%sections,
1769 'sections' => \%sections,
1809 'sections' => \%sections,
1837 'sections' => \%sections,
2060 if (!defined($sections{$section_return}) ||
2061 $sections{$section_return} eq "") {
2166 'sections' => \%sections,
[all …]
Dget_maintainer.pl50 my $sections = 0;
220 'sections!' => \$sections,
248 if ($sections) {
635 if ($sections) {
/linux-4.1.27/arch/mips/boot/
DMakefile21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
/linux-4.1.27/Documentation/RCU/
Drcu.txt34 read-side critical sections. So, if we remove an item from a
42 RCU read-side critical sections. SRCU also uses CPU-local
44 critical sections. These variants of RCU detect grace periods
86 boosting of preempted RCU read-side critical sections. This is
DwhatisRCU.txt78 critical sections.
141 read-side critical sections. Any RCU-protected data structure
153 read-side critical sections may be nested and/or overlapping.
161 read-side critical sections on all CPUs have completed.
163 any subsequent RCU read-side critical sections to complete.
176 read-side critical sections to complete, not necessarily for
194 after all ongoing RCU read-side critical sections have completed.
417 read-side critical sections.
434 RCU read-side critical sections that might be referencing that
523 read-side critical sections that might be referencing that
[all …]
Dchecklist.txt45 2. Do the RCU read-side critical sections make proper use of
295 locks. RCU read-side critical sections are delimited by
315 critical sections complete. It does -not- necessarily guarantee
318 read-side critical sections are protected by something other
365 don't need to sleep in read-side critical sections, you should be
376 sections governed by srcu_read_lock() and srcu_read_unlock()
378 is what makes sleeping read-side critical sections tolerable --
381 system than RCU would be if RCU's read-side critical sections
384 The ability to sleep in read-side critical sections does not
413 read-side critical sections. It is the responsibility of the
Dlockdep.txt91 RCU read-side critical sections, in case (2) the ->file_lock prevents
DUP.txt47 all RCU read-side critical sections currently executing have completed.
Drcubarrier.txt8 and unbounded latency. RCU read-side critical sections are delimited
Dtrace.txt7 The following sections describe the debugfs files and formats, first
548 This is split into rcu_sched and rcu_bh sections. The field is as
Dtorture.txt82 read-side critical sections.
DRTFP.txt151 preemption of RCU realtime critical sections [PaulMcKenney05a,
157 sections proved elusive. An RCU implementation permitting general
158 blocking in read-side critical sections appeared [PaulEMcKenney2006c],
1248 preemptable RCU read side critical sections.
/linux-4.1.27/arch/alpha/include/asm/
DKbuild10 generic-y += sections.h
/linux-4.1.27/arch/arm64/
DKconfig.debug81 bool "Align linker sections up to SECTION_SIZE"
83 If this option is enabled, sections that may potentially be marked as
85 the kernel. This prevents sections from being split into pages and
/linux-4.1.27/arch/mn10300/include/asm/
DKbuild10 generic-y += sections.h
/linux-4.1.27/arch/m32r/include/asm/
DKbuild10 generic-y += sections.h
/linux-4.1.27/arch/score/include/asm/
DKbuild12 generic-y += sections.h
/linux-4.1.27/arch/score/
DMakefile16 -D__linux__ -ffunction-sections -ffreestanding
/linux-4.1.27/arch/x86/
DMakefile147 cfi-sections := $(call as-instr,.cfi_sections .debug_frame,-DCONFIG_AS_CFI_SECTIONS=1)
156 KBUILD_AFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr) $(avx_instr) $(avx2_instr)
157 KBUILD_CFLAGS += $(cfi) $(cfi-sigframe) $(cfi-sections) $(asinstr) $(avx_instr) $(avx2_instr)
/linux-4.1.27/arch/powerpc/kernel/
Dfadump.c58 const __be32 *sections; in early_init_dt_scan_fw_dump() local
91 sections = of_get_flat_dt_prop(node, "ibm,configure-kernel-dump-sizes", in early_init_dt_scan_fw_dump()
94 if (!sections) in early_init_dt_scan_fw_dump()
99 for (i = 0; i < num_sections; i++, sections += 3) { in early_init_dt_scan_fw_dump()
100 u32 type = (u32)of_read_number(sections, 1); in early_init_dt_scan_fw_dump()
105 of_read_ulong(&sections[1], 2); in early_init_dt_scan_fw_dump()
109 of_read_ulong(&sections[1], 2); in early_init_dt_scan_fw_dump()
/linux-4.1.27/arch/mips/include/asm/
DKbuild15 generic-y += sections.h
/linux-4.1.27/arch/avr32/include/asm/
DKbuild19 generic-y += sections.h
/linux-4.1.27/drivers/firmware/efi/libstub/
DMakefile39 OBJCOPYFLAGS := --prefix-alloc-sections=.init
/linux-4.1.27/arch/x86/boot/
Dsetup.ld62 . = ASSERT(__end_init <= 5*512, "init sections too big!");
/linux-4.1.27/arch/um/include/asm/
DKbuild25 generic-y += sections.h
/linux-4.1.27/arch/cris/include/asm/
DKbuild25 generic-y += sections.h
/linux-4.1.27/Documentation/fmc/
D00-INDEX2 Documentation in this directory comes from sections of the manual we
Didentifiers.txt20 The first sections are only interesting for manufacturers who need to
/linux-4.1.27/arch/xtensa/include/asm/
DKbuild26 generic-y += sections.h
/linux-4.1.27/arch/metag/
DMakefile36 KBUILD_CFLAGS += -ffunction-sections
/linux-4.1.27/arch/arm/include/asm/
DKbuild25 generic-y += sections.h
/linux-4.1.27/arch/m68k/include/asm/
DKbuild27 generic-y += sections.h
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-sunxi-sid7 whereas the newer A20 SoC exposes 512 bytes split into sections.
Dsysfs-devices-memory19 identify removable sections of the memory before attempting
/linux-4.1.27/Documentation/fb/
Dsa1100fb.txt25 options may not be enough to configure the display. Adding sections to
Dintel810.txt250 h. Load the driver as described in sections D and E.
/linux-4.1.27/Documentation/sound/oss/
DALS35 sure to specify different IRQs for the audio and MPU401 sections - this card
44 card uses separate IRQs for the audio and MPU401 sections and there is no
/linux-4.1.27/Documentation/fault-injection/
Dfault-injection.txt219 if [ ! -d /sys/module/$module/sections ]
225 cat /sys/module/$module/sections/.text > /sys/kernel/debug/$FAILTYPE/require-start
226 cat /sys/module/$module/sections/.data > /sys/kernel/debug/$FAILTYPE/require-end
/linux-4.1.27/Documentation/hwmon/
Dvexpress8 * "Hardware Description" sections of the Technical Reference Manuals
Duserspace-tools26 1) compile all drivers in I2C and Hardware Monitoring sections as modules
/linux-4.1.27/arch/arm64/include/asm/
DKbuild39 generic-y += sections.h
/linux-4.1.27/arch/metag/include/asm/
DKbuild37 generic-y += sections.h
/linux-4.1.27/arch/parisc/
DMakefile66 cflags-y += -ffunction-sections
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-perl.txt109 write a useful trace script. The sections below cover the rest.
163 The remaining sections provide descriptions of each of the available
169 The following sections describe the functions and variables available
Dperf-buildid-cache.txt30 Note that the copied file contains only code sections not the whole core
Dperf-script-python.txt505 write a useful trace script. The sections below cover the rest.
558 The remaining sections provide descriptions of each of the available
564 The following sections describe the functions and variables available
/linux-4.1.27/arch/hexagon/include/asm/
DKbuild41 generic-y += sections.h
/linux-4.1.27/arch/unicore32/include/asm/
DKbuild40 generic-y += sections.h
/linux-4.1.27/arch/nios2/include/asm/
DKbuild44 generic-y += sections.h
/linux-4.1.27/sound/firewire/bebob/
Dbebob_stream.c202 unsigned int sec, sections, ch, channels; in map_data_channels() local
238 sections = buf[pos++]; in map_data_channels()
240 for (sec = 0; sec < sections; sec++) { in map_data_channels()
/linux-4.1.27/scripts/gdb/linux/
Dsymbols.py125 sections=self._section_arguments(module))
/linux-4.1.27/arch/openrisc/include/asm/
DKbuild49 generic-y += sections.h
/linux-4.1.27/Documentation/
Dpi-futex.txt67 even if all critical sections are coded carefully to be deterministic
68 (i.e. all critical sections are short in duration and only execute a
Dkernel-doc-nano-HOWTO.txt230 Use the section header "Return" for sections describing the return value
329 DOC: sections are used in SGML templates files as indicated below.
357 all DOC: sections and documented functions, symbols, etc. are used.
Dmemory-hotplug.txt92 into chunks of the same size. These chunks are called "sections". The size of
96 Memory sections are combined into chunks referred to as "memory blocks". The
142 memory sections in this range are present and no memory holes exist in the
165 which will be performed on all sections in the block.
Dkmemleak.txt105 Testing specific sections with kmemleak
114 specific sections of code.
DSubmittingDrivers70 in Documentation/CodingStyle. If you have sections of code
Dkasan.txt122 First sections describe slub object where bad access happened.
Dcpu-hotplug.txt119 preempt_disable() and preempt_enable() for those sections.
Dmemory-barriers.txt461 previous critical sections for that variable are guaranteed to have
1849 sections corresponding to the RELEASE and the ACQUIRE can cross, so that:
1887 With smp_mb__after_unlock_lock(), the two critical sections cannot overlap.
2179 two spinlocked sections on two different CPUs may be seen as interleaved by the
2523 sections will include synchronous load operations on strictly ordered I/O
Dapplying-patches.txt318 stuff (such people should see the sections about -git and -mm kernels below).
DHOWTO404 add your statements between the individual quoted sections instead of
Dkprobes.txt701 a virtual address that is no longer valid (module init sections, module
/linux-4.1.27/Documentation/powerpc/
Dcpu_features.txt32 After detecting the processor type, the kernel patches out sections of code
Dpci_iov_resource_on_powernv.txt8 requirement. The first two sections describe the concepts of Partitionable
9 Endpoints and the implementation on P8 (IODA2). The next two sections talks
205 more in the next two sections. For a given VF BAR, we need to
Dfirmware-assisted-dump.txt43 -- The first kernel registers the sections of memory with the
45 These registered sections of memory are reserved by the first
/linux-4.1.27/include/linux/
Dpe.h104 uint16_t sections; /* number of sections */ member
/linux-4.1.27/Documentation/usb/
Dbulk-streams.txt8 Streams are defined in sections 4.4.6.4 and 8.12.1.4 of the Universal Serial Bus
Dmass-storage.txt186 All of the information in previous sections are valid for other
/linux-4.1.27/tools/perf/tests/
Dattr.py155 for section in filter(self.is_event, parser_event.sections()):
/linux-4.1.27/Documentation/frv/
Dconfiguring.txt58 their separate sections can relocated independently, allowing them to be
Dkernel-ABI.txt18 This document has the following sections:
/linux-4.1.27/Documentation/sound/alsa/soc/
Doverview.txt74 The documentation is spilt into the following sections:-
/linux-4.1.27/Documentation/networking/
Dz8530drv.txt72 The file itself consists of two main sections.
239 The channel definition is divided into three sub sections for each
281 The order WITHIN these sections is unimportant. The order OF these
282 sections IS important. The MODEM parameters are set with the first
DLICENSE.qlge125 identifiable sections of that work are not derived from the Program,
128 sections when you distribute them as separate works. But when you
129 distribute the same sections as part of a whole which is a work based
DLICENSE.qlcnic125 identifiable sections of that work are not derived from the Program,
128 sections when you distribute them as separate works. But when you
129 distribute the same sections as part of a whole which is a work based
Dfib_trie.txt141 descending into dead ends. Look for "HL_OPTIMIZE" sections in the code.
Dopenvswitch.txt65 the following sections go into detail.
DREADME.ipw220093 The following sections attempt to provide a brief introduction to using
Dtimestamping.txt198 coalescing sections of previously segmented buffers associated with
Dbonding.txt2632 manner is appropriate for the mode). See the sections on High
/linux-4.1.27/Documentation/leds/
Dleds-class.txt54 above leaves scope for further attributes should they be needed. If sections
/linux-4.1.27/Documentation/x86/
Dexception-tables.txt182 There are obviously 2 non standard ELF sections in the generated object
231 sections in the ELF object file. So the instructions
/linux-4.1.27/Documentation/filesystems/
Df2fs.txt208 trim_sections This parameter controls the number of sections
210 conducts. 32 sections is set by default.
276 -z [int] : Set the number of sections per zone.
322 consists of a set of sections. By default, section and zone sizes are set to one
Dfuse.txt202 (For more on c) and d) see later sections)
Dvfs.txt502 anything else) and also track the mapping of sections of the file into
/linux-4.1.27/Documentation/scsi/
DLICENSE.qla4xxx126 identifiable sections of that work are not derived from the Program,
129 sections when you distribute them as separate works. But when you
130 distribute the same sections as part of a whole which is a work based
DLICENSE.qla2xxx127 identifiable sections of that work are not derived from the Program,
130 sections when you distribute them as separate works. But when you
131 distribute the same sections as part of a whole which is a work based
Dscsi_mid_low_api.txt84 initialization models are discussed in the following sections.
DChangeLog.lpfc1536 * Break up ioctls into 3 sections, dfc, util, hbaapi
/linux-4.1.27/crypto/asymmetric_keys/
Dverify_pefile.c114 ctx->n_sections = pe->sections; in pefile_parse_binary()
/linux-4.1.27/arch/frv/kernel/
Dentry-table.S161 # - note: each macro inserts code into multiple sections
/linux-4.1.27/Documentation/ia64/
Defirtc.txt17 following sections.
/linux-4.1.27/tools/usb/usbip/
DCOPYING115 identifiable sections of that work are not derived from the Program,
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense118 sections of that work are not derived from the Program, and can be
120 this License, and its terms, do not apply to those sections when you
122 sections as part of a whole which is a work based on the Program, the
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying115 identifiable sections of that work are not derived from the Program,
118 sections when you distribute them as separate works. But when you
119 distribute the same sections as part of a whole which is a work based
/linux-4.1.27/
DCOPYING131 identifiable sections of that work are not derived from the Program,
134 sections when you distribute them as separate works. But when you
135 distribute the same sections as part of a whole which is a work based
/linux-4.1.27/Documentation/sound/alsa/
DProcfile.txt10 check the files listed in the following sections.
DHD-Audio.txt37 codec-specific problems are explained in the later sections.
291 hda-analyzer. The detailed description is found in the sections
/linux-4.1.27/include/linux/mtd/
Dnand.h320 struct onfi_ext_section sections[ONFI_EXT_SECTION_MAX]; member
/linux-4.1.27/Documentation/spi/
Dpxa2xx117 the PXA2xx "Developer Manual" sections on the DMA controller and SSP Controllers
/linux-4.1.27/drivers/staging/unisys/Documentation/
Doverview.txt141 sections, to avoid having duplicated functionality.
/linux-4.1.27/Documentation/vm/
Dpage_migration39 sections of nodes. Paul Jackson has equipped cpusets with the ability to
Dunevictable-lru.txt441 sections above. Both processes (migration and m[un]locking) hold the page
/linux-4.1.27/arch/powerpc/platforms/44x/
DKconfig362 ensures that all module output sections are aligned to 4K
/linux-4.1.27/arch/m68k/ifpsp060/
DTEST.DOC85 are individual tests, they each require their own "Call-out" sections.
/linux-4.1.27/drivers/net/hyperv/
Dhyperv_net.h390 struct nvsp_1_receive_buffer_section sections[1]; member
Dnetvsc.c303 init_packet->msg.v1_msg.send_recv_buf_complete.sections, in netvsc_init_buf()
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt6 following sections:
/linux-4.1.27/arch/frv/
DKconfig291 relative data sections. Using this means that the compiler can
/linux-4.1.27/Documentation/timers/
DNO_HZ.txt26 These three cases are described in the following three sections, followed
59 you should read the following two sections.
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt97 See the sections on loading modules and software synthesizers later in
1355 the conditions of sections 2 and 3 above, provided that you release
1409 If the Modified Version includes new front-matter sections or
1412 of these sections as invariant. To do this, add their titles to the
1455 In the combination, you must combine any sections Entitled "History"
1457 "History"; likewise combine any sections Entitled "Acknowledgements",
1458 and any sections Entitled "Dedications". You must delete all sections
/linux-4.1.27/kernel/trace/
DKconfig178 sections, with microsecond accuracy.
202 sections, with microsecond accuracy.
/linux-4.1.27/arch/mn10300/
DKconfig437 sections.
/linux-4.1.27/lib/
DKconfig.debug288 During linktime or runtime, some sections are dropped;
289 any use of code/data previously in these sections would
293 which results in the code/data being placed in specific sections.
1054 noisy if they are called inside atomic sections: when a spinlock is
1056 sections, inside an interrupt, etc...
/linux-4.1.27/Documentation/PCI/
Dpcieaer-howto.txt165 Below sections specify when to call the error callback functions.
DMSI-HOWTO.txt574 From the above three sections, you can see that there are many reasons
Dpci.txt64 Most of these topics are covered in the following sections.
/linux-4.1.27/arch/arm/mach-s3c24xx/
DKconfig152 # cpu-specific sections
/linux-4.1.27/Documentation/s390/
D3270.txt4 of IBM 3270 devices. It consists of three sections:
/linux-4.1.27/init/
DKconfig509 sections.
1426 sections). This is sufficient for most cases. And only in very rare
1428 names of variables from the data sections, etc).
1431 image (i.e., symbols from all sections) in cost of increased kernel
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt10 of the system. The other sections explain the actual details of the
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt60 For more examples of cooling devices, refer to the example sections below.
/linux-4.1.27/Documentation/development-process/
D5.Posting250 attachments; that makes it much harder for reviewers to quote sections of
D2.Process144 treatment will come in later sections.
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Didle-states.txt203 properties specification that is the subject of the following sections.
/linux-4.1.27/Documentation/trace/
Dftrace.txt2073 white listed .text sections are processed, since processing other
2074 sections like .init.text may cause races due to those sections
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_main.c1497 u16 sections = 0; in i40e_vsi_setup_queue_map() local
1506 sections = I40E_AQ_VSI_PROP_QUEUE_MAP_VALID; in i40e_vsi_setup_queue_map()
1600 sections |= I40E_AQ_VSI_PROP_SCHED_VALID; in i40e_vsi_setup_queue_map()
1615 ctxt->info.valid_sections |= cpu_to_le16(sections); in i40e_vsi_setup_queue_map()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c12836 struct bnx2x_fw_file_section *sections; in bnx2x_check_firmware() local
12848 sections = (struct bnx2x_fw_file_section *)fw_hdr; in bnx2x_check_firmware()
12852 for (i = 0; i < sizeof(*fw_hdr) / sizeof(*sections); i++) { in bnx2x_check_firmware()
12853 offset = be32_to_cpu(sections[i].offset); in bnx2x_check_firmware()
12854 len = be32_to_cpu(sections[i].len); in bnx2x_check_firmware()
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt22 This document contains the following sections:
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt444 A cgroup can be removed by rmdir, but as discussed in sections 4.1 and 4.2, a
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt91 entering critical sections simultaneously.
/linux-4.1.27/drivers/mtd/nand/
Dnand_base.c3098 s = ep->sections + i; in nand_flash_detect_ext_param_page()
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt1247 - drop all sections that are kernel internal (guarded by ifdef __KERNEL__)
/linux-4.1.27/Documentation/video4linux/
Dvivid.txt516 Different devices support different controls. The sections below will describe
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex338 following sections. Two functions {\em must\/} be implemented, namely
/linux-4.1.27/Documentation/security/
Dkeys.txt17 This document has the following sections:
/linux-4.1.27/Documentation/block/
Dbiodoc.txt28 people. See sections 8 and 9 for a list of some related references.
/linux-4.1.27/arch/arm/
DKconfig1929 to RAM. Read-write sections, such as the data section and stack,
/linux-4.1.27/drivers/video/fbdev/
DKconfig212 where the screen is divided into rectangular sections (tiles), whereas
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt984 The sections below describe this in more detail.