OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.22.0
/
test
/
fixedbugs
/
issue11656.dir
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
๐
..
-
02/02/2024 06:09:55 PM
rwxr-xr-x
๐
asm.go
230 bytes
02/02/2024 06:09:55 PM
rw-r--r--
๐
asm_generic.go
236 bytes
02/02/2024 06:09:55 PM
rw-r--r--
๐
asm_ppc64.s
306 bytes
02/02/2024 06:09:55 PM
rw-r--r--
๐
asm_ppc64le.s
306 bytes
02/02/2024 06:09:55 PM
rw-r--r--
๐
issue11656.go
1.95 KB
02/02/2024 06:09:55 PM
rw-r--r--
Editing: asm_ppc64.s
Close
// Copyright 2022 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #include "textflag.h" // func syncIcache(p uintptr) TEXT mainยทsyncIcache(SB), NOSPLIT|NOFRAME, $0-0 SYNC MOVD (R3), R3 ICBI (R3) ISYNC RET