| /kernel/linux/linux-5.10/Documentation/arm64/ |
| D | booting.rst | 206 the kernel image will be entered must be initialised by software at a 218 - ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1. 225 - ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1 226 - ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1. 235 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b0. 239 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b0. 247 - SCR_EL3.APK (bit 16) must be initialised to 0b1 248 - SCR_EL3.API (bit 17) must be initialised to 0b1 252 - HCR_EL2.APK (bit 40) must be initialised to 0b1 253 - HCR_EL2.API (bit 41) must be initialised to 0b1 [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | kvm_pgtable.h | 96 * @pgt: Page-table structure initialised by kvm_pgtable_hyp_init(). 105 * @pgt: Page-table structure initialised by kvm_pgtable_hyp_init(). 136 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init(). 145 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init(). 172 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init(). 192 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init(). 209 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init(). 223 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init(). 242 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init(). 261 * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init(). [all …]
|
| /kernel/linux/linux-4.19/Documentation/arm64/ |
| D | booting.txt | 188 the kernel image will be entered must be initialised by software at a 194 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1. 196 ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1 197 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1. 203 ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b0. 205 ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b0.
|
| /kernel/linux/linux-4.19/Documentation/arm/ |
| D | Porting | 25 Start address of zero-initialised work area for the decompressor. 118 It is expected that the debugging region will be re-initialised 127 initialised.
|
| /kernel/linux/linux-5.10/scripts/ |
| D | mksysmap | 20 # D = Initialised data 21 # G = Initialised data for small objects
|
| /kernel/linux/linux-4.19/scripts/ |
| D | mksysmap | 20 # D = Initialised data 21 # G = Initialised data for small objects
|
| D | namespace.pl | 273 # D global variable, initialised 274 # G global variable, initialised, small data section 275 # R global array, initialised 283 # d static variable, initialised 284 # g static variable, initialised, small data section 285 # r static array, initialised
|
| /kernel/linux/linux-5.10/Documentation/arm/ |
| D | porting.rst | 29 Start address of zero-initialised work area for the decompressor. 121 It is expected that the debugging region will be re-initialised 130 initialised.
|
| /kernel/linux/linux-4.19/include/xen/interface/ |
| D | vcpu.h | 39 * Initialise a VCPU. Each VCPU can be initialised only once. A 40 * newly-initialised VCPU will not run until it is brought up by VCPUOP_up. 49 * if the VCPU has not been initialised (VCPUOP_initialise). 61 * 2. After a VCPU is initialised, there is currently no way to drop all its
|
| /kernel/linux/linux-5.10/include/xen/interface/ |
| D | vcpu.h | 39 * Initialise a VCPU. Each VCPU can be initialised only once. A 40 * newly-initialised VCPU will not run until it is brought up by VCPUOP_up. 49 * if the VCPU has not been initialised (VCPUOP_initialise). 61 * 2. After a VCPU is initialised, there is currently no way to drop all its
|
| /kernel/linux/linux-5.10/Documentation/filesystems/caching/ |
| D | operations.rst | 58 with the operation to be initialised and the release function to use. 103 initialised before submitting the operation:: 116 initialised before submitting the operation::
|
| /kernel/linux/linux-4.19/Documentation/filesystems/caching/ |
| D | operations.txt | 58 with the operation to be initialised and the release function to use. 104 initialised before submitting the operation: 117 initialised before submitting the operation:
|
| /kernel/linux/linux-4.19/sound/aoa/ |
| D | aoa.h | 74 * They are of course not initialised, since the 86 * could be initialised, this is called. */
|
| /kernel/linux/linux-5.10/sound/aoa/ |
| D | aoa.h | 73 * They are of course not initialised, since the 85 * could be initialised, this is called. */
|
| /kernel/linux/linux-4.19/drivers/video/backlight/ |
| D | ili9320.c | 104 lcd->initialised = 1; in ili9320_init_chip() 110 if (!lcd->initialised) in ili9320_power_on() 275 lcd->initialised = 0; in ili9320_suspend()
|
| /kernel/linux/linux-5.10/drivers/video/backlight/ |
| D | ili9320.c | 101 lcd->initialised = 1; in ili9320_init_chip() 107 if (!lcd->initialised) in ili9320_power_on() 272 lcd->initialised = 0; in ili9320_suspend()
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ingenic/ |
| D | ingenic_ecc.c | 63 * PTR_ERR(-EPROBE_DEFER) if the device hasn't been initialised yet. 90 * PTR_ERR(-EPROBE_DEFER) if the device hasn't been initialised yet.
|
| /kernel/linux/linux-5.10/include/media/ |
| D | v4l2-fh.h | 66 * file handles should be initialised in this function. Must be called 78 * The @fh file handle must be initialised first.
|
| /kernel/linux/linux-4.19/include/media/ |
| D | v4l2-fh.h | 76 * file handles should be initialised in this function. Must be called 88 * The @fh file handle must be initialised first.
|
| /kernel/linux/linux-4.19/drivers/soc/tegra/ |
| D | flowctrl.c | 52 "Tegra flowctrl not initialised!\n")) in flowctrl_update() 67 "Tegra flowctrl not initialised!\n")) in flowctrl_read_cpu_csr()
|
| /kernel/linux/linux-5.10/drivers/soc/tegra/ |
| D | flowctrl.c | 41 "Tegra flowctrl not initialised!\n")) in flowctrl_update() 56 "Tegra flowctrl not initialised!\n")) in flowctrl_read_cpu_csr()
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| D | sp8870.c | 38 u8 initialised:1; member 299 if (state->initialised) return 0; in sp8870_init() 300 state->initialised = 1; in sp8870_init() 557 state->initialised = 0; in sp8870_attach()
|
| /kernel/linux/linux-4.19/drivers/media/dvb-frontends/ |
| D | sp8870.c | 51 u8 initialised:1; member 310 if (state->initialised) return 0; in sp8870_init() 311 state->initialised = 1; in sp8870_init() 568 state->initialised = 0; in sp8870_attach()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | calxeda-ddr-ctrlr.yaml | 10 The Calxeda DDR memory controller is initialised and programmed by the
|
| /kernel/linux/linux-4.19/arch/powerpc/mm/ |
| D | init_64.c | 92 * Check if this vmemmap page is already initialised. If any section 93 * which overlaps this vmemmap page is initialised then this page is 94 * initialised already.
|