/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_balloon.c | 197 * 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 D | hv_balloon.c | 201 * 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 D | generate_rust_target.rs | 5 //! 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 D | scrub.c | 110 * 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 D | conf.py | 470 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 D | conf.py | 446 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 D | scrub.c | 112 * 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 D | extent-io-tests.c | 332 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 D | entry-arcv2.h | 100 ; 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 D | entry-arcv2.h | 104 ; 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 D | memmove.S | 26 sub r5,r4 ! From here, r4 has the distance to r0
|
H A D | memcpy.S | 20 sub r4,r5 ! From here, r5 has the distance to r0
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | memmove.S | 26 sub r5,r4 ! From here, r4 has the distance to r0
|
H A D | memcpy.S | 20 sub r4,r5 ! From here, r5 has the distance to r0
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | nospec-insn.h | 111 # 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 D | load_config.py | 39 has = True
|
/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | load_config.py | 39 has = True
|
/kernel/linux/linux-5.10/arch/arm/mach-prima2/ |
H A D | sleep.S | 45 @ Following code has to run from cache since
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_unfl.S | 183 | ;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 D | phys2virt.S | 113 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 D | M7memset.S | 54 * 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 D | x_unfl.S | 183 | ;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 D | phys2virt.S | 113 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 D | M7memset.S | 54 * 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 D | spiterrs.S | 47 * 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
|