Home
last modified time | relevance | path

Searched full:zap (Results 1 – 25 of 176) sorted by relevance

12345678

/linux-6.14.4/security/keys/
Duser_defined.c103 struct user_key_payload *zap = NULL; in user_update() local
114 zap = dereference_key_locked(key); in user_update()
118 if (zap) in user_update()
119 call_rcu(&zap->rcu, user_free_payload_rcu); in user_update()
/linux-6.14.4/Documentation/driver-api/media/drivers/
Dvidtv.rst388 Using dvb-zap
391 dvbv5-zap is a command line tool that can be used to record MPEG-TS to disk. The
395 $ dvbv5-zap -c dvb_channel.conf "beethoven" -o music.ts -P -t 10
422 $ dvbv5-zap -c dvb_channel.conf "beethoven" -P -r &
428 For more information on dvb-zap check its online documentation here:
429 `dvb-zap Documentation
430 <https://www.linuxtv.org/wiki/index.php/Dvbv5-zap>`_.
431 See also: `zap <https://www.linuxtv.org/wiki/index.php/Zap>`_.
/linux-6.14.4/arch/alpha/lib/
Dstrncpy.S40 zap $1, $4, $1
77 zap $1, $2, $1
Dstrncat.S73 2: zap $1, $24, $1
79 zap $1, 1, $1
Dev6-csum_ipv6_magic.S101 zap $19,0x3,$19 # U : <sign bits>bbaa0000
107 zap $4,0xa,$4 # U : U U L L : 0000000000CC00AA
Dstxcpy.S87 zap t0, t8, t0 # e0 : clear dst bytes <= null
226 zap t0, t8, t0 # e0 : kill dest bytes <= null
Dev67-strncat.S78 2: zap $1, $24, $1 # U :
Dev6-stxcpy.S103 zap t0, t8, t0 # E : clear dst bytes <= null
253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
Dstxncpy.S101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
262 zap t1, t8, t1 # e0 : kill dest bytes <= null
/linux-6.14.4/fs/afs/
Dsecurity.c146 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local
281 zap = rcu_access_pointer(vnode->permit_cache); in afs_cache_permit()
282 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits) in afs_cache_permit()
285 zap = replacement; in afs_cache_permit()
288 afs_put_permits(zap); in afs_cache_permit()
Dvalidation.c396 bool zap = false, locked_vol = false; in afs_validate() local
464 zap = true; in afs_validate()
470 zap |= test_and_clear_bit(AFS_VNODE_ZAP_DATA, &vnode->flags); in afs_validate()
471 if (zap) in afs_validate()
/linux-6.14.4/Documentation/devicetree/bindings/display/msm/
Dgpu.yaml105 zap-shader:
110 points to reserved memory to store the zap shader that can be used to
358 zap-shader {
/linux-6.14.4/arch/x86/kvm/mmu/
Dtdp_mmu.c440 * task can zap/remove the SPTE as mmu_lock is held for in handle_removed_pt()
642 * SPTE. KVM should never attempt to zap or manipulate a FROZEN SPTE, in __tdp_mmu_set_spte_atomic()
886 * Zap roots in multiple passes of decreasing granularity, i.e. zap at in tdp_mmu_zap_root()
890 * the zap, but in most cases the zap itself isn't latency sensitive. in tdp_mmu_zap_root()
896 * allows verifying that KVM can safely zap 1GiB regions, e.g. without in tdp_mmu_zap_root()
982 * Zap leaf SPTEs for the range of gfns, [start, end), for all *VALID** roots.
1002 * Zap all direct roots, including invalid direct roots, as all direct in kvm_tdp_mmu_zap_all()
1006 * Zap directly even if the root is also being zapped by a concurrent in kvm_tdp_mmu_zap_all()
1007 * "fast zap". Walking zapped top-level SPTEs isn't all that expensive in kvm_tdp_mmu_zap_all()
1021 * Zap all invalidated roots to ensure all SPTEs are dropped before the "fast
[all …]
/linux-6.14.4/tools/testing/selftests/kvm/
Dmemslot_modification_stress_test.c97 pr_info("Memslot zap quirk %s\n", p->disable_slot_zap_quirk ? in run_test()
123 printf(" -q: Disable memslot zap quirk.\n"); in help()
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dsdm845-lg-judyp.dts37 zap-shader {
Dmsm8996-oneplus3t.dts32 zap-shader {
Dmsm8996-oneplus3.dts31 zap-shader {
Dsdm845-lg-judyln.dts51 zap-shader {
/linux-6.14.4/fs/pstore/
Dram_core.c510 bool zap = !!(prz->flags & PRZ_FLAG_ZAP_OLD); in persistent_ram_post_init() local
530 zap = true; in persistent_ram_post_init()
540 zap = true; in persistent_ram_post_init()
544 if (zap) in persistent_ram_post_init()
/linux-6.14.4/arch/alpha/include/uapi/asm/
Dswab.h23 * ZAP a0, 0xf3, a0 a0: 00000000DDCC0000 in __arch_swab32()
/linux-6.14.4/mm/
Dmadvise.c1048 * they'd not be able to fault in. The issue arises when we try to zap in is_valid_guard_vma()
1074 /* If huge return >0 so we abort the operation + zap. */ in guard_install_pud_entry()
1083 /* If huge return >0 so we abort the operation + zap. */ in guard_install_pmd_entry()
1100 /* If populated return >0 so we abort the operation + zap. */ in guard_install_pte_entry()
1148 * non-guard pages are encountered, give up and zap the range before in madvise_guard_install()
1156 * with no zap or looping. in madvise_guard_install()
1161 /* Returns < 0 on error, == 0 if success, > 0 if zap needed. */ in madvise_guard_install()
1175 * OK some of the range have non-guard pages mapped, zap in madvise_guard_install()
/linux-6.14.4/fs/coda/
Dcoda_linux.h82 /* this will not zap the inode away */
/linux-6.14.4/Documentation/admin-guide/media/
Divtv-cardlist.rst94 - Club3D ZAP-TV1x01
/linux-6.14.4/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c48 np = of_get_child_by_name(dev->of_node, "zap-shader"); in zap_shader_load_mdt()
71 * keys, allowing us to have a different zap fw path for different in zap_shader_load_mdt()
94 * if a zap-shader is required, rather than falling back in zap_shader_load_mdt()
160 * doesn't need/support the zap shader so quietly fail in zap_shader_load_mdt()
181 /* Short cut if we determine the zap shader isn't available/needed */ in adreno_zap_shader_load()
Da5xx_catalog.c76 /* Adreno 509 uses the same ZAP as 512 */

12345678