Searched refs:preserve (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dinstmem.h36 int nvkm_instobj_new(struct nvkm_instmem *, u32 size, u32 align, bool zero, bool preserve,
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmemory.c143 bool preserve = true; local
151 preserve = false;
159 ret = nvkm_instobj_new(imem, size, align, zero, preserve, &memory);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dpriv.h39 bool preserve; member in struct:nvkm_instobj
H A Dbase.c106 container_of(*pmemory, struct nvkm_instobj, memory)->preserve = true;
111 nvkm_instobj_new(struct nvkm_instmem *imem, u32 size, u32 align, bool zero, bool preserve, argument
139 container_of(memory, struct nvkm_instobj, memory)->preserve = preserve;
H A Dnv04.c182 if (iobj->preserve) {
H A Dr535.c236 if (iobj->preserve) {
/linux-master/arch/arm/include/debug/
H A Domap2plus.S64 orr \rd, \rd, \rx, lsl #24 @ preserve LSR reg offset
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S53 push {r0, lr} @ preserve LR and original SP
H A Diwmmxt.S258 mov r3, lr @ preserve return address
296 mov r3, lr @ preserve return address
/linux-master/arch/arm/lib/
H A Dmemset.S22 mov ip, r0 @ preserve r0 as return value
145 mov ip, r0 @ preserve r0 as return value
H A Dlib1funcs.S313 movs ip, r0 @ preserve sign of dividend
/linux-master/drivers/watchdog/
H A Dwdat_wdt.c132 bool preserve; local
137 preserve = entry->instruction & ACPI_WDAT_PRESERVE_REGISTER;
166 if (preserve) {
182 if (preserve) {
/linux-master/fs/ocfs2/
H A Dioctl.c899 bool preserve; local
905 preserve = (args.preserve != 0);
907 return ocfs2_reflink_ioctl(inode, old_path, new_path, preserve);
954 bool preserve; local
972 preserve = (args.preserve != 0);
975 compat_ptr(args.new_path), preserve);
H A Docfs2_ioctl.h57 __u64 preserve; member in struct:reflink_arguments
H A Drefcounttree.h107 bool preserve);
H A Drefcounttree.c4026 bool preserve)
4063 if (preserve) {
4097 bool preserve)
4153 bool preserve)
4186 new_inode, new_bh, preserve);
4195 preserve);
4203 new_inode, new_bh, preserve);
4222 struct dentry *new_dentry, bool preserve)
4257 new_orphan_inode, preserve);
4279 if (!preserve) {
4022 ocfs2_complete_reflink(struct inode *s_inode, struct buffer_head *s_bh, struct inode *t_inode, struct buffer_head *t_bh, bool preserve) argument
4093 ocfs2_create_reflink_node(struct inode *s_inode, struct buffer_head *s_bh, struct inode *t_inode, struct buffer_head *t_bh, bool preserve) argument
4150 __ocfs2_reflink(struct dentry *old_dentry, struct buffer_head *old_bh, struct inode *new_inode, bool preserve) argument
4221 ocfs2_reflink(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool preserve) argument
4331 ocfs2_vfs_reflink(struct dentry *old_dentry, struct inode *dir, struct dentry *new_dentry, bool preserve) argument
4391 ocfs2_reflink_ioctl(struct inode *inode, const char __user *oldname, const char __user *newname, bool preserve) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dtmio_mmc.h189 void (*reset)(struct tmio_mmc_host *host, bool preserve);
H A Dtmio_mmc_core.c182 static void tmio_mmc_reset(struct tmio_mmc_host *host, bool preserve) argument
186 if (preserve) {
202 host->reset(host, preserve);
218 if (preserve) {
H A Drenesas_sdhi_core.c576 static void renesas_sdhi_reset(struct tmio_mmc_host *host, bool preserve) argument
582 if (!preserve) {
/linux-master/fs/bcachefs/
H A Dbtree_iter.c1238 trans->paths[path].preserve = false;
1344 dup = path->preserve
1348 if (!dup && !(!path->preserve && !is_btree_node(path, path->level)))
1357 dup->preserve |= path->preserve;
1437 path->preserve ? 'P' : ' ',
1661 path->preserve = true;
2933 path->preserve = false;
2940 if (!path->ref && !path->preserve)
2943 path->preserve
[all...]
H A Dbtree_iter.h195 trans->paths[path].preserve)
505 path->preserve = false;
H A Dbtree_types.h243 bool preserve:1; member in struct:btree_path
/linux-master/arch/xtensa/lib/
H A Dusercopy.S71 mov a11, a4 # preserve original len for error case
/linux-master/arch/arm/mm/
H A Dproc-xsc3.S461 and r0, r0, #2 @ preserve bit P bit setting
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S418 movel %d1,-(%sp) |preserve d1 just in case
457 movel %d1,-(%sp) |preserve d1 just in case

Completed in 222 milliseconds

12