/Linux-v6.6/security/keys/ |
D | user_defined.c | 103 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-v6.6/Documentation/driver-api/media/drivers/ |
D | vidtv.rst | 388 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-v6.6/arch/alpha/lib/ |
D | strncpy.S | 40 zap $1, $4, $1 77 zap $1, $2, $1
|
D | strncat.S | 73 2: zap $1, $24, $1 79 zap $1, 1, $1
|
D | ev6-csum_ipv6_magic.S | 101 zap $19,0x3,$19 # U : <sign bits>bbaa0000 107 zap $4,0xa,$4 # U : U U L L : 0000000000CC00AA
|
D | stxcpy.S | 87 zap t0, t8, t0 # e0 : clear dst bytes <= null 226 zap t0, t8, t0 # e0 : kill dest bytes <= null
|
D | ev67-strncat.S | 78 2: zap $1, $24, $1 # U :
|
D | ev6-stxcpy.S | 103 zap t0, t8, t0 # E : clear dst bytes <= null 253 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
|
D | stxncpy.S | 101 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 262 zap t1, t8, t1 # e0 : kill dest bytes <= null
|
D | ev6-stxncpy.S | 127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null 306 zap t1, t8, t1 # U : kill dest bytes <= null
|
/Linux-v6.6/fs/afs/ |
D | security.c | 146 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()
|
/Linux-v6.6/arch/x86/kvm/mmu/ |
D | tdp_mmu.c | 377 * task can zap/remove the SPTE as mmu_lock is held for in handle_removed_pt() 536 * SPTE. KVM should never attempt to zap or manipulate a REMOVED SPTE, in tdp_mmu_set_spte_atomic() 749 * split the zap into two passes. On the first pass, zap at the 1gb in tdp_mmu_zap_root() 750 * level, and then zap top-level SPs on the second pass. "1gb" is not in tdp_mmu_zap_root() 751 * arbitrary, as KVM must be able to zap a 1gb shadow page without in tdp_mmu_zap_root() 827 * Zap leaf SPTEs for the range of gfns, [start, end), for all roots. Returns 846 * Zap all roots, including invalid roots, as all SPTEs must be dropped in kvm_tdp_mmu_zap_all() 847 * before returning to the caller. Zap directly even if the root is in kvm_tdp_mmu_zap_all() 862 * Zap all invalidated roots to ensure all SPTEs are dropped before the "fast 863 * zap" completes. [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/display/msm/ |
D | gpu.yaml | 86 zap-shader: 91 points to reserved memory to store the zap shader that can be used to 339 zap-shader {
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | sdm845-lg-judyp.dts | 37 zap-shader {
|
D | msm8996-oneplus3t.dts | 32 zap-shader {
|
D | msm8996-oneplus3.dts | 31 zap-shader {
|
D | sdm845-lg-judyln.dts | 51 zap-shader {
|
/Linux-v6.6/fs/pstore/ |
D | ram_core.c | 510 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-v6.6/arch/alpha/include/uapi/asm/ |
D | swab.h | 23 * ZAP a0, 0xf3, a0 a0: 00000000DDCC0000 in __arch_swab32()
|
/Linux-v6.6/fs/coda/ |
D | coda_linux.h | 82 /* this will not zap the inode away */
|
/Linux-v6.6/Documentation/admin-guide/media/ |
D | ivtv-cardlist.rst | 94 - Club3D ZAP-TV1x01
|
/Linux-v6.6/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.c | 48 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()
|
D | a5xx_gpu.c | 639 * to resume zap shader in a5xx_zap_shader_resume() 646 DRM_ERROR("%s: zap-shader resume failed: %d\n", in a5xx_zap_shader_resume() 658 * If the zap shader is already loaded into memory we just need to kick in a5xx_zap_shader_init() 969 * try to load a zap shader into the secure world. If successful in a5xx_hw_init() 985 * This device does not use zap shader (but print a warning in a5xx_hw_init() 991 "Zap shader not enabled - using SECVID_TRUST_CNTL instead\n"); in a5xx_hw_init()
|
/Linux-v6.6/tools/testing/selftests/arm64/bti/ |
D | test.c | 100 /* zap BTYPE so that resuming the faulting code will work */ in handler()
|
/Linux-v6.6/drivers/iommu/ |
D | rockchip-iommu.c | 619 * Ignore the return code, though, since we always zap cache in rk_iommu_irq() 691 /* Only zap TLBs of IOMMUs that are powered on. */ in rk_iommu_zap_iova() 798 * Zap the first and last iova to evict from iotlb any previously in rk_iommu_map_iova() 800 * We only zap the first and last iova, since only they could have in rk_iommu_map_iova()
|