Home
last modified time | relevance | path

Searched refs:resident (Results 1 – 25 of 36) sorted by relevance

12

/linux/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt3 The device tree node to communicate the location of coreboot's memory-resident
18 coreboot to dynamically allocate data structures that remain resident.
/linux/tools/testing/selftests/proc/
H A Dproc-empty-vm.c392 uint64_t resident; in test_proc_pid_statm() local
393 p = parse_u64(p, end, &resident); in test_proc_pid_statm()
430 assert(resident == shared); in test_proc_pid_statm()
/linux/arch/arc/
H A DKconfig.debug8 This increases the resident kernel footprint and will cause less
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c355 size_t resident; member
429 totals->resident += resident_size; in panthor_gem_debugfs_bo_print()
453 totals.size, totals.resident, totals.reclaimable); in panthor_gem_debugfs_print_bos()
/linux/drivers/irqchip/
H A Dirq-gic-v4.c254 vpe->resident = false; in its_make_vpe_non_resident()
279 vpe->resident = true; in its_make_vpe_resident()
/linux/fs/proc/
H A Dtask_nommu.c96 unsigned long *data, unsigned long *resident) in task_statm() argument
120 *resident = size; in task_statm()
H A Darray.c683 unsigned long resident = 0; in proc_pid_statm() local
688 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm()
698 seq_put_decimal_ull(m, " ", resident); in proc_pid_statm()
H A Dtask_mmu.c96 unsigned long *data, unsigned long *resident) in task_statm() argument
103 *resident = *shared + get_mm_counter_sum(mm, MM_ANONPAGES); in task_statm()
849 unsigned long resident; member
927 mss->resident += size; in smaps_account()
1320 SEQ_PUT_DEC("Rss: ", mss->resident); in __show_smap()
/linux/include/linux/irqchip/
H A Darm-gic-v4.h49 bool resident; member
/linux/Documentation/gpu/
H A Dpanfrost.rst36 drm-resident-memory: 36496 KiB
/linux/arch/arm64/kvm/vgic/
H A Dvgic-v4.c362 if (!vgic_supports_direct_irqs(vcpu->kvm) || !vpe->resident) in vgic_v4_put()
373 if (!vgic_supports_direct_irqs(vcpu->kvm) || vpe->resident) in vgic_v4_load()
/linux/drivers/gpu/drm/
H A Ddrm_file.c869 stats->resident == 0 && in drm_memory_stats_is_zero()
899 stats->resident); in drm_print_memory_stats()
939 status.resident += add_size; in drm_show_memory_stats()
/linux/include/drm/
H A Ddrm_file.h510 u64 resident; member
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.c999 stats->resident.count++; in msm_gem_describe()
1000 stats->resident.size += obj->size; in msm_gem_describe()
1080 stats.resident.count, stats.resident.size); in msm_gem_describe_objects()
H A Dmsm_gem.h317 } all, active, resident, purgeable, purged; member
/linux/drivers/gpu/drm/i915/
H A Di915_drm_client.c62 stats[id].resident += sz; in obj_meminfo()
/linux/Documentation/arch/riscv/
H A Dboot.rst36 Reserved memory for resident firmware
39 The RISC-V kernel must not map any resident memory, or memory protected with
/linux/Documentation/infiniband/
H A Duser_verbs.rst51 I/O targets be kept resident at the same physical address. The
/linux/drivers/gpu/drm/xe/
H A Dxe_drm_client.c181 stats[mem_type].resident += sz; in bo_meminfo()
/linux/Documentation/devicetree/bindings/iommu/
H A Diommu.txt99 to inspect the fault and, for example, make physical pages resident
/linux/security/integrity/ima/
H A DKconfig261 provided they are validly signed by a key already resident in the
/linux/Documentation/filesystems/
H A Dproc.rst255 VmHWM peak resident set size ("high water mark")
259 RssAnon size of resident anonymous memory
260 RssFile size of resident file mappings
261 RssShmem size of resident shmem memory (includes SysV shm,
307 resident size of memory portions (pages) (same as VmRSS in status)
348 rss resident set memory size
484 resident in RAM (RSS); the process's proportional share of this mapping
652 To reset the peak resident set size ("high water mark") to the process's
/linux/Documentation/kbuild/
H A Dmakefiles.rst22 (the resident kernel image) and modules (any module files).
1202 resident kernel code.
1216 resident kernel code.
1230 compile resident kernel code.
1639 the resident kernel image and System.map file.
/linux/Documentation/admin-guide/
H A Dmodule-signing.rst213 that is already resident in the ``.builtin_trusted_keys`` at the time the key was added.
/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst117 resident memory size of structure instances. The optimal layout of the

12