Home
last modified time | relevance | path

Searched refs:has (Results 1 - 25 of 136) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_balloon.c197 * if the host has accepted the version sent by the guest.
199 * is_accepted: If TRUE, host has accepted the version and the guest
226 * guest. This message notifies if the host has accepted the guest's
227 * capabilities. If the host has not accepted, the guest must shutdown
230 * is_accepted: Indicates if the host has accepted guest's capabilities.
359 * the guest has hit an upper physical memory barrier.
422 * that the host has asked us to hot add. The range
527 * This state tracks if the host has specified a hot-add
573 static inline bool has_pfn_is_backed(struct hv_hotadd_state *has, in has_pfn_is_backed() argument
579 if ((pfn < has in has_pfn_is_backed()
595 struct hv_hotadd_state *has; hv_page_offline_check() local
670 hv_page_online_one(struct hv_hotadd_state *has, struct page *pg) hv_page_online_one() argument
687 hv_bring_pgs_online(struct hv_hotadd_state *has, unsigned long start_pfn, unsigned long size) hv_bring_pgs_online() argument
697 hv_mem_hot_add(unsigned long start, unsigned long size, unsigned long pfn_count, struct hv_hotadd_state *has) hv_mem_hot_add() argument
765 struct hv_hotadd_state *has; hv_online_page() local
784 struct hv_hotadd_state *has; pfn_covered() local
848 struct hv_hotadd_state *has; handle_pg_range() local
1738 struct hv_hotadd_state *has, *tmp; balloon_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_balloon.c201 * if the host has accepted the version sent by the guest.
203 * is_accepted: If TRUE, host has accepted the version and the guest
230 * guest. This message notifies if the host has accepted the guest's
231 * capabilities. If the host has not accepted, the guest must shutdown
234 * is_accepted: Indicates if the host has accepted guest's capabilities.
363 * the guest has hit an upper physical memory barrier.
426 * that the host has asked us to hot add. The range
535 * This state tracks if the host has specified a hot-add
592 static inline bool has_pfn_is_backed(struct hv_hotadd_state *has, in has_pfn_is_backed() argument
598 if ((pfn < has in has_pfn_is_backed()
614 struct hv_hotadd_state *has; hv_page_offline_check() local
690 hv_page_online_one(struct hv_hotadd_state *has, struct page *pg) hv_page_online_one() argument
707 hv_bring_pgs_online(struct hv_hotadd_state *has, unsigned long start_pfn, unsigned long size) hv_bring_pgs_online() argument
717 hv_mem_hot_add(unsigned long start, unsigned long size, unsigned long pfn_count, struct hv_hotadd_state *has) hv_mem_hot_add() argument
784 struct hv_hotadd_state *has; hv_online_page() local
801 struct hv_hotadd_state *has; pfn_covered() local
863 struct hv_hotadd_state *has; handle_pg_range() local
2044 struct hv_hotadd_state *has, *tmp; balloon_remove() local
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dgenerate_rust_target.rs5 //! To configure a target from scratch, a JSON-encoded file has to be passed
140 fn has(&self, option: &str) -> bool { in has() functions
151 if cfg.has("X86_64") { in main()
158 if cfg.has("RETPOLINE") { in main()
177 if cfg.has("CPU_BIG_ENDIAN") { in main()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dscrub.c110 * Generally speaking, the repair code has the following code structure:
240 .has = xfs_sb_version_hasfinobt,
247 .has = xfs_sb_version_hasrmapbt,
254 .has = xfs_sb_version_hasreflink,
309 .has = xfs_sb_version_hasrealtime,
316 .has = xfs_sb_version_hasrealtime,
384 if (ops->has && !ops->has(&mp->m_sb)) in xchk_validate_inputs()
/kernel/linux/linux-5.10/Documentation/
H A Dconf.py470 has = False variable
473 has = True variable
475 if not has:
630 # Since loadConfig overwrites settings from the global namespace, it has to be
/kernel/linux/linux-6.6/Documentation/
H A Dconf.py446 has = False variable
449 has = True variable
451 if not has:
540 # Since loadConfig overwrites settings from the global namespace, it has to be
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dscrub.c112 * Generally speaking, the repair code has the following code structure:
260 .has = xfs_has_finobt,
267 .has = xfs_has_rmapbt,
274 .has = xfs_has_reflink,
329 .has = xfs_has_realtime,
336 .has = xfs_has_realtime,
390 if (ops->has && !ops->has(mp)) in xchk_validate_inputs()
/kernel/linux/linux-6.6/fs/btrfs/tests/
H A Dextent-io-tests.c332 u8 has; in check_eb_bitmap() local
335 read_extent_buffer(eb, &has, i / BITS_PER_BYTE, 1); in check_eb_bitmap()
339 "bits do not match, start byte 0 bit %lu, byte %lu has 0x%02x expect 0x%02x", in check_eb_bitmap()
340 i, i / BITS_PER_BYTE, has, expect); in check_eb_bitmap()
347 u8 has; in check_eb_bitmap() local
350 read_extent_buffer(eb, &has, i / BITS_PER_BYTE, 1); in check_eb_bitmap()
354 "bits do not match, start byte %lu bit %lu, byte %lu has 0x%02x expect 0x%02x", in check_eb_bitmap()
356 i / BITS_PER_BYTE, has, expect); in check_eb_bitmap()
660 test_err("eb and memory diffs at byte %u, eb has 0x%02x memory has in dump_eb_and_memory_contents()
[all...]
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dentry-arcv2.h100 ; OUTPUT: r10 has ECR expected by EV_Trap
227 ; INPUT: r0 has STAT32 of calling context
248 ; INPUT: r0 has STAT32 of calling context
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dentry-arcv2.h104 ; OUTPUT: r10 has ECR expected by EV_Trap
237 ; INPUT: r0 has STAT32 of calling context
258 ; INPUT: r0 has STAT32 of calling context
/kernel/linux/linux-5.10/arch/sh/lib/
H A Dmemmove.S26 sub r5,r4 ! From here, r4 has the distance to r0
H A Dmemcpy.S20 sub r4,r5 ! From here, r5 has the distance to r0
/kernel/linux/linux-6.6/arch/sh/lib/
H A Dmemmove.S26 sub r5,r4 ! From here, r4 has the distance to r0
H A Dmemcpy.S20 sub r4,r5 ! From here, r5 has the distance to r0
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dnospec-insn.h111 # The ALTERNATIVE replacement code has a .+10 which targets
112 # the "br \reg" after the code has been patched.
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dload_config.py39 has = True
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dload_config.py39 has = True
/kernel/linux/linux-5.10/arch/arm/mach-prima2/
H A Dsleep.S45 @ Following code has to run from cache since
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_unfl.S183 | ;d0 has guard,round sticky bit
203 | d0{31:29} has guard, round, sticky
204 | d1{01:00} has rounding mode
205 | d1{17:16} has rounding precision
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dphys2virt.S113 tst ip, #0x200 @ MOVW has bit 9 set, MVN has it clear
192 tst ip, #0xc00000 @ MOVW has bits 23:22 clear
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DM7memset.S54 * line that has already had its first long word set.
77 * which means if many threads are active, it has a high chance
134 or %o1, %o3, %o1 ! now o1 has 2 bytes of c
138 or %o1, %o3, %o1 ! now o1 has 4 bytes of c
141 or %o1, %o3, %o1 ! now o1 has 8 bytes of c
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_unfl.S183 | ;d0 has guard,round sticky bit
203 | d0{31:29} has guard, round, sticky
204 | d1{01:00} has rounding mode
205 | d1{17:16} has rounding precision
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dphys2virt.S113 tst ip, #0x200 @ MOVW has bit 9 set, MVN has it clear
192 tst ip, #0xc00000 @ MOVW has bits 23:22 clear
/kernel/linux/linux-6.6/arch/sparc/lib/
H A DM7memset.S54 * line that has already had its first long word set.
77 * which means if many threads are active, it has a high chance
134 or %o1, %o3, %o1 ! now o1 has 2 bytes of c
138 or %o1, %o3, %o1 ! now o1 has 4 bytes of c
141 or %o1, %o3, %o1 ! now o1 has 8 bytes of c
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dspiterrs.S47 * has a single UDB, called "SDB" in the manual.
211 rdpr %tpc, %g5 ! IMMU has no SFAR, use TPC
230 rdpr %tpc, %g5 ! IMMU has no SFAR, use TPC

Completed in 15 milliseconds

123456